48
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
Mar 04, 2025 — Mar 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
adding a test for expressions in range comprehensions More... about 16 years ago
adding a test for expressions in range comprehensions More... about 16 years ago
test for uminus More... about 16 years ago
test for uminus More... about 16 years ago
allowing expressions within range literals More... about 16 years ago
allowing expressions within range literals More... about 16 years ago
fixing the regex lexer to make it less agressive when we know it can't possibly be a regex More... about 16 years ago
fixing the regex lexer to make it less agressive when we know it can't possibly be a regex More... about 16 years ago
fix for multiple splats in a function call More... about 16 years ago
fix for multiple splats in a function call More... about 16 years ago
adding splats as arguments to function calls More... about 16 years ago
adding splats as arguments to function calls More... about 16 years ago
adding a note in the docs about how to build the parser and install the gem More... about 16 years ago
adding a note in the docs about how to build the parser and install the gem More... about 16 years ago
comment about test_execution being the most important More... about 16 years ago
comment about test_execution being the most important More... about 16 years ago
reserving variables for splats the regular way, not through a custom 'var' declaration More... about 16 years ago
reserving variables for splats the regular way, not through a custom 'var' declaration More... about 16 years ago
adding splats to function definitions More... about 16 years ago
adding splats to function definitions More... about 16 years ago
expressions nested in expressions made for some indentation issues -- statements are now responsible for their own leading indentation More... about 16 years ago
expressions nested in expressions made for some indentation issues -- statements are now responsible for their own leading indentation More... about 16 years ago
adding a test for multiline-array-comprehension-with-filter More... about 16 years ago
adding a test for multiline-array-comprehension-with-filter More... about 16 years ago
enabling multi-line array and object comprehensions More... about 16 years ago
enabling multi-line array and object comprehensions More... about 16 years ago
adding a filtered object comprehension test More... about 16 years ago
adding a filtered object comprehension test More... about 16 years ago
using push for comprehension results so that it works with object keys, and adding a test for object comprehensions More... about 16 years ago
using push for comprehension results so that it works with object keys, and adding a test for object comprehensions More... about 16 years ago