openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
L
LiveScript
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 18 hours
ago. based on code collected
1 day
ago.
Aug 26, 2025 — Aug 26, 2026
Showing page 136 of 143
Search / Filter on:
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
Jeremy Ashkenas
More...
over 16 years ago
updating tests for named functions
Jeremy Ashkenas
More...
over 16 years ago
making all functions named functions, if children of an immediate assignment
Jeremy Ashkenas
More...
over 16 years ago
adding proper auto-newline escaping
Jeremy Ashkenas
More...
over 16 years ago
allowing any manner of indentation in the comments, by adjusting them in the lexer
Jeremy Ashkenas
More...
over 16 years ago
don't print the confusing indentation numbers when raising ParseErrors for indentation
Jeremy Ashkenas
More...
over 16 years ago
getting there, finally ... all tests are green for whitespace
Jeremy Ashkenas
More...
over 16 years ago
the underscore example parses now -- added line number information to parenthetical nodes
Jeremy Ashkenas
More...
over 16 years ago
moving the newline escaping detection up higher so indents don't overrule it
Jeremy Ashkenas
More...
over 16 years ago
lex indents with higher precedence than comments
Jeremy Ashkenas
More...
over 16 years ago
more fiddling with the lexer -- the indentation is super fragile
Jeremy Ashkenas
More...
over 16 years ago
more fiddling with the lexer -- the indentation is super fragile
Jeremy Ashkenas
More...
over 16 years ago
rolling back MULTI_DENT regex
Jeremy Ashkenas
More...
over 16 years ago
regex cleanup -- eliminating some lookahead because Ruby regexps blow chunks (stackoverflows) when you look (ahead) at them funny.
Jeremy Ashkenas
More...
over 16 years ago
fixed up the comment/assignment interleaving in nodes.rb
Jeremy Ashkenas
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
Jeremy Ashkenas
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
Jeremy Ashkenas
More...
over 16 years ago
big milestone. examples/code.coffee now compiles correctly under the new whitespace regime
Jeremy Ashkenas
More...
over 16 years ago
balancing parens closing single-line blocks
Jeremy Ashkenas
More...
over 16 years ago
fixing up documents example
Jeremy Ashkenas
More...
over 16 years ago
adding ')' as a SINGLE_CLOSER, although it's probably unsafe
Jeremy Ashkenas
More...
over 16 years ago
parser and test tweaks for whitespace -- tests are coming along
Jeremy Ashkenas
More...
over 16 years ago
removed the final shift/reduce errors -- back to zero for the first time in a long time
Jeremy Ashkenas
More...
over 16 years ago
special case for 'else if' in the lexer
Jeremy Ashkenas
More...
over 16 years ago
execution tests still pass -- more lexer block insertion and 2 shift/reduces in the grammar now
Jeremy Ashkenas
More...
over 16 years ago
patching up the lexer and adding a test with trailing whitespace (it was too string for trailing whitespace before)
Jeremy Ashkenas
More...
over 16 years ago
fixing up narwhal integration (again)
Jeremy Ashkenas
More...
over 16 years ago
fixin up narwhal factory and adding more implicit blocks to the lexer
Jeremy Ashkenas
More...
over 16 years ago
patched up lexer to add indentation to single-line flavors of statements -- let's expand this idea
Jeremy Ashkenas
More...
over 16 years ago
merged in master branch again
Jeremy Ashkenas
More...
over 16 years ago
←
1
2
…
132
133
134
135
136
137
138
139
140
141
142
143
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree