0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 16 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improvements to the gzlparse tool. More... almost 16 years ago
Change stats.sh to build with aggressive optimization and no asserts. More... almost 16 years ago
Added support for callbacks, and add a first pass at supporting JSON output from gzlparse. More... almost 16 years ago
Add a script for tracking stats for the project as it evolves. More... almost 16 years ago
Removed debugging output and tweaked the build system. More... almost 16 years ago
Bugfixes -- we can now successfully parse some trivial JSON! More... almost 16 years ago
Added code to properly compute GLA transition numbers, and fixed some bugs. More... almost 16 years ago
Bugfixes (and debugging output) for the interpreter. More... almost 16 years ago
Removed all traces of the "ignore" feature (it was the wrong abstraction). Also fixed the code that builds the manual. More... almost 16 years ago
Bugfixes to compiler. More... almost 16 years ago
Add one small edge case. More... almost 16 years ago
Fixes and enhancements to runtime. More... almost 16 years ago
More improvements and refactoring to interpreter, but it still hasn't been tested yet. More... almost 16 years ago
The interpreter compiles again and could theoretically parse, but almost certainly does not work yet. More... almost 16 years ago
Fix bytecode generation, and change file format to only give GLA final states 1 RTN offset. More... almost 16 years ago
A lot more work to the C runtime, though it still doesn't work yet. More... almost 16 years ago
Totally broken and in-progress work to the C runtime. More... almost 16 years ago
Major changes to make HTML output majorly more awesome. More... about 16 years ago
Code that can dump a grammar with graphs to HTML. It's pretty. More... about 16 years ago
Many, many more tests for lookahead and fixes to the bugs they found. More... about 16 years ago
Add first unit tests for LL(k) lookahead, which have already caught a bug. More... about 16 years ago
Remove code to detect cycles in LL(k) calculation. They weren't the right checks. That means that Gazelle currently has the potential of going into an infinite loop on the right grammar. On the plus side, Gazelle now appears to correctly compute GLAs for JSON. More... about 16 years ago
Some work to dump lookahead paths to dot format, for debugging. More... about 16 years ago
Many changes to get RTNs and IntFAs properly emitted into bytecode again. More... about 16 years ago
First go at a .gitignore file. More... about 16 years ago
Bugfixes and incremental work on the compiler. More... about 16 years ago
New LL(k) algorithm is at the point where it appears to work. But we don't have tests written yet to confirm this. More... about 16 years ago
More work on LL(k) lookahead calculation. More... about 16 years ago
Add grammar.lua file that I forgot to add in the last commit. More... about 16 years ago
Major refactoring and LL(k) lookahead rewrite. It doesn't work yet, but too many changes have accumulated to entrust them to my local machine. More... about 16 years ago