0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
Aug 26, 2025 — Aug 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updating docs -- need to get back on the computer that has the syntax highlighter for UV installed More... over 16 years ago
updating tests for named functions More... over 16 years ago
making all functions named functions, if children of an immediate assignment More... over 16 years ago
adding proper auto-newline escaping More... over 16 years ago
allowing any manner of indentation in the comments, by adjusting them in the lexer More... over 16 years ago
don't print the confusing indentation numbers when raising ParseErrors for indentation More... over 16 years ago
getting there, finally ... all tests are green for whitespace More... over 16 years ago
the underscore example parses now -- added line number information to parenthetical nodes More... over 16 years ago
moving the newline escaping detection up higher so indents don't overrule it More... over 16 years ago
lex indents with higher precedence than comments More... over 16 years ago
more fiddling with the lexer -- the indentation is super fragile More... over 16 years ago
more fiddling with the lexer -- the indentation is super fragile More... over 16 years ago
rolling back MULTI_DENT regex More... over 16 years ago
regex cleanup -- eliminating some lookahead because Ruby regexps blow chunks (stackoverflows) when you look (ahead) at them funny. More... over 16 years ago
fixed up the comment/assignment interleaving in nodes.rb More... over 16 years ago
rewrote 'rewrite_closing_parens' with an explicit loop -- there was a bug when adding to @tokens in the middle of scan_tokens' while loop -- consider scan_tokens to be on probation until further notice More... over 16 years ago
be more vigorous about removing mid-expression newlines, 'when' closes implicit blocks, a better comment-detecting regex lexer that doesn't eat outdents More... over 16 years ago
big milestone. examples/code.coffee now compiles correctly under the new whitespace regime More... over 16 years ago
balancing parens closing single-line blocks More... over 16 years ago
fixing up documents example More... over 16 years ago
adding ')' as a SINGLE_CLOSER, although it's probably unsafe More... over 16 years ago
parser and test tweaks for whitespace -- tests are coming along More... over 16 years ago
removed the final shift/reduce errors -- back to zero for the first time in a long time More... over 16 years ago
special case for 'else if' in the lexer More... over 16 years ago
execution tests still pass -- more lexer block insertion and 2 shift/reduces in the grammar now More... over 16 years ago
patching up the lexer and adding a test with trailing whitespace (it was too string for trailing whitespace before) More... over 16 years ago
fixing up narwhal integration (again) More... over 16 years ago
fixin up narwhal factory and adding more implicit blocks to the lexer More... over 16 years ago
patched up lexer to add indentation to single-line flavors of statements -- let's expand this idea More... over 16 years ago
merged in master branch again More... over 16 years ago