0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 22 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
new wrappers and injectables expand the reach of mangle mode tests More... about 13 years ago
a buncha new good (=exhibits errors) test data, found during a run of the mangle'd test suite More... about 13 years ago
fixed a couple test cases that wanted to have newlines in them More... about 13 years ago
added several to known parsetree/mri boo-boos More... about 13 years ago
actually obey --coalesce if present to write out a compiled parser to lib/redparse/ReduceWith... More... about 13 years ago
added --coalesce cmdline option to use new 'coalescer' parser compiler several ancillary options needed to support --coalesce --coalesce can be abbreviated -c, stealing that shortcut from --compile More... about 13 years ago
made an option for omitting the output of the parse tree More... about 13 years ago
mf rules for writing out compiled parser More... about 13 years ago
empty parens should make a ParenedNode, not a SequenceNode More... over 13 years ago
unparse of for node should not start with newlines... More... over 13 years ago
fixing unparse of defined? when arg is a little weird More... over 13 years ago
fix unparse of string when delimiter is \r More... over 13 years ago
oops, #unparse was inserting extraneous empty elses More... over 13 years ago
remove some duplication in pp output More... over 13 years ago
make #inspect more robust in the presence of weird labels More... over 13 years ago
paren node with no body looks like nil to #parsetree More... over 13 years ago
params optional to parens node constructor More... over 13 years ago
use exact mode on unparse when testing More... over 13 years ago
improved error handing on cache read fail a bit More... over 13 years ago
fixing --parsetree option output More... over 13 years ago
make tests work in 1.9 since . is not in path anymore More... over 13 years ago
bring back EXPECT_2_METHODS tests for a couple cases More... over 13 years ago
allow multiple EXCEPTIONS for a single test case More... over 13 years ago
revise 2 test cases in light of new CallNode structure More... over 13 years ago
revise or eliminate illegal test examples More... over 13 years ago
look for block locals in method params only in -> args -> now has no method params but does have block params More... over 13 years ago
avoid CommaOpNode in final tree in BlockParams More... over 13 years ago
add locals slot for BlockNode and fill from vars after ; in block params More... over 13 years ago
added another heredoc case More... over 13 years ago
--cache none now valid on the command line More... over 13 years ago