0
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding object.squish More... about 15 years ago
Added some comments More... about 15 years ago
Updated README with proper markdown More... about 15 years ago
Getting rid of 'trunk' More... about 15 years ago
Added README More... about 15 years ago
Removed Google wiki stuff More... about 15 years ago
Added methods to array: -reverse -reverse! -reverse_each -rindex_of More... about 15 years ago
Updates to Brat script More... about 15 years ago
Edited wiki page through web user interface. More... about 15 years ago
Another issue when parser is not created yet More... about 15 years ago
Edited wiki page through web user interface. More... about 15 years ago
Edited wiki page through web user interface. More... about 15 years ago
Edited wiki page through web user interface. More... about 15 years ago
-Fixed issue with interactive Brat not generating parser More... about 15 years ago
-Fixed issue with interactive Brat not generating parser More... about 15 years ago
Edited wiki page through web user interface. More... about 15 years ago
Oops More... about 15 years ago
Added Tak example More... about 15 years ago
-Assignments with indices (a[x] = b) now return rhs value -Added Tak example -Made compatible with Ruby 1.8.6 -Cleaned up Brat executable -Interactive Brat is now much better/faster/actually works with new changes -Fixed typo in Brat executable that wasn't breaking anything -Added hash.key? -Added number.to_s More... about 15 years ago
-Updated core to use new scoping rules in loops More... about 15 years ago
Updated examples. More... about 15 years ago
-Changed parsing so recursive functions work now without an object -Changed tests to reflect that More... about 15 years ago
-Changed scoping rules. Closures/functions no longer 'copy' outer scope, they have complete access to it -Added object.memstats() for testing memory usage More... about 15 years ago
Small fix to number.* More... about 15 years ago
-Added number.% More... about 15 years ago
I guess this is how you make something executable? More... over 15 years ago
- -k will imply -f More... over 15 years ago
Edited wiki page through web user interface. More... over 15 years ago
Edited wiki page through web user interface. More... over 15 years ago
-Fixed major bug where this would not work: a = { x | x } b = [->a] c = b[0] 6 c #should be 6, was always returning false instead More... over 15 years ago