0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Aug 24, 2025 — Aug 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Polishing More... over 13 years ago
Allow the anonymous kwrest_mark in the arguments list More... over 13 years ago
We don't need to store the path of the script being parsed More... over 13 years ago
Improved some tests More... over 13 years ago
Fixed an issue with multi-line comments. More... over 13 years ago
Fixing more issues on the lexer More... over 13 years ago
Fixed regression on the '-' operator as a method name More... over 13 years ago
Polishing More... over 13 years ago
Fixed crash on method calls that were using the op rule More... over 13 years ago
Fixing a few regressions More... over 13 years ago
Merged the parser states and created new ones More... over 13 years ago
Polishing More... over 13 years ago
Starting to remove lexer flags by introducing a lexer state variable. More... over 13 years ago
Polished the code that handles the tOP_ASGN token More... over 13 years ago
Fix memory leak when pushing comments. More... over 13 years ago
Removed the unrecoverable flag from the parser More... over 13 years ago
Removing more unneeded flags from the parser More... over 13 years ago
The last_is_paren flag is not used anymore More... over 13 years ago
Merged the def_seen and the in_alias flags into the expr_fname flag More... over 13 years ago
The eof_reached flag shouldn't be a flag from the lexer More... over 13 years ago
Polishing the lexer More... over 13 years ago
We don't need the was_mcall attribute anymore More... over 13 years ago
The position offset will only be set in the f_opt case. More... over 13 years ago
Removing a lot of code that is not needed anymore More... over 13 years ago
Fixed more issues on unary operators More... over 13 years ago
Fixed a few issues on the position of unary operators More... over 13 years ago
Updated the tests More... over 13 years ago
Greatly reduced the push/pop operations around positions. More... over 13 years ago
Fix the expr_mid after an EOL More... over 13 years ago
More on the escaping character inside shortcuts More... over 13 years ago