Project
Reverse Dependencies for rubylexer
The projects listed here declare rubylexer as a runtime or development dependency
0.01
RedParse is a ruby parser (and parser-compiler) written in pure ruby.
Instead of YACC or ANTLR, it's parse tool is a home-brewed language. (The
tool is (at least) LALR(1)-equivalent and the 'parse language' is
pretty nice, even in it's current form.)
My intent is to have a completely correct p...
2019
2020
2021
2022
2023
2024
0.0
Using a lexical parser, this gem allows you to add hacks to your REPL session allowing you to
have shortcut syntax. Things such as
[0] pry(main)> object.@ivar
=> :im_the_return_of_an_instance_variable
Or
[0] pry(main)> %S{hello symbol world}
=> [:hello, :symbol, :world]
And even the most desir...
2019
2020
2021
2022
2023
2024