0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 19, 2025 — Aug 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
for whatever reason, don't need to force else-bodies to compile as statements anymore ... let them do what they want More... over 16 years ago
removed all traces of 'extends' -- it's not any shorter or more convenient than just setting the prototype More... over 16 years ago
got comments within object and array literals working out More... over 16 years ago
first draft of parsing and printing along comments -- unfortunately, not yet working within objects and arrays More... over 16 years ago
passing through comments as tags on Values, but not printing them out quite yet... More... over 16 years ago
nice -- it's pushing down assignments properly (recursively) now More... over 16 years ago
moderate refactor of nodes.rb -- tests pass and examples compile without warnings More... over 16 years ago
clean up children at exit -- had about twenty processes all watching and recompiling the docs More... over 16 years ago
documentation waypoint More... over 16 years ago
added full complement of bitwise operators More... over 16 years ago
added full complement of bitwise operators More... over 16 years ago
making the each fixture a little more like underscore, and avoiding passing assignment into functions from the outside More... over 16 years ago
added the verbose option to the CLI More... over 16 years ago
more little fixes, lots of subtle things, added a verbose logging mode More... over 16 years ago
lots of tweaks make the tests pass again More... over 16 years ago
patched up array comprehensions somewhat. Parens are still a necessary evil, and there's still probably plenty of edge cases More... over 16 years ago
little fixes more examples More... over 16 years ago
adding css for syntax highlighting More... over 16 years ago
todo to-done More... over 16 years ago
finished the first draft of the parser test More... over 16 years ago
adding comprehensive attr_readers to the AST for testing More... over 16 years ago
parser test raises some minor improvements (remove unnecessary ValueNode arrays, etc More... over 16 years ago
adding an initial lexer test More... over 16 years ago
after a lot of grammar wrestling, got the if-else chains to parse unambiguously. Now you only need a single period to close chains of any length. More... over 16 years ago
finally got the function/object/variable assignment indentation straightened out, I think More... over 16 years ago
compiling if-else chains into nice flat ones More... over 16 years ago
first major rework of the nodes -- still need more comments and templatish cleanup, but character tagging is all settled More... over 16 years ago
renamed Nodes to Expressions More... over 16 years ago
finished commenting everything but the nodes -- they're up next More... over 16 years ago
finished commenting the grammar More... over 16 years ago