lib ruby parser:用Rust编写的Ruby解析器 源码
lib-ruby-parser lib-ruby-parser是用Rust编写的Ruby解析器。 基本用法: use lib_ruby_parser :: {Parser, ParserOptions, debug_level}; fn main () -> Result <(), Box < dyn>> { let options = ParserOptions { buffer_name: "(eval)" . to_string (), debug: debug_level :: PARSER, .. Default :: default () }; let mut parser = Parser :: new ( b"2 + 2" , options)?; pr
文件列表
lib-ruby-parser:用Rust编写的Ruby解析器
(预估有个1303文件)
.gitignore
223B
.gitignore
25B
LICENSE
1KB
.gitmodules
94B
README.md
9KB
ambiguous_ternary_operator
135B
invalid_hex_escape_at_eof
58B
invalid_escape_char_syntax_m
157B
multiple_string_codepoints
40B
multiple_char_codepoints
98B
暂无评论