0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 23 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Commit changes I've had sitting around for a while in the compiler. They are in a half-broken state, but I mean to get them in a working state sometime today. More... about 16 years ago
Lots more work on the manual. More... about 16 years ago
Add more to the "Gazelle Algorithm" section of the manual. More... about 16 years ago
The first step of fleshing out some documentation about Gazelle's algorithm. More... about 16 years ago
many changes/fixes to lookahead calculation -- works in limited testing. More... over 16 years ago
Major changes to lookahead calculation -- still buggy More... over 16 years ago
Updated tentative grammars for JSON and lua More... over 16 years ago
Properly parse nonterminals that start with "e" More... over 16 years ago
Makefile rules for building docs. More... over 16 years ago
More work on the manual More... over 16 years ago
First iteration of a manual More... over 16 years ago
Add several papers/books to BIBLIOGRAPHY More... over 16 years ago
Move constants out of its own (tiny) file More... over 16 years ago
Commit in-progress work to make the command-line compiler gzlc take options and be nicely modularized More... over 16 years ago
Fix regex_debug include More... over 16 years ago
Fix epsilon bugs: epsilon should be fa.e, not fa.Epsilon. More... over 16 years ago
Delete convoluted implementation of RTN.get_outgoing_edge_values that was inadvertently making minimize more expensive than it had to be. More... over 16 years ago
Out with the old .parser extension, in with .gzl More... over 16 years ago
Incremental changes to Gazelle input syntax. More... over 16 years ago
Replace traditional FIRST/FOLLOW algorithm for LL(k) calculations with memoized depth-first-search. More... over 16 years ago
Add new syntax for named terminals More... over 16 years ago
Re-add Makefile rule for making pngs from dot files. More... over 16 years ago
Add (in-progress) code for doing SLL(1) lookahead calculation. More... over 16 years ago
add some sketches: the shunting yard algorithm and a lua gazelle grammar More... over 16 years ago
Add README and add a bit more info to FILEFORMAT More... over 16 years ago
Tweak the header slightly More... over 16 years ago
add BSD license More... over 16 years ago
Add file headers and footers (modelines) to all files More... over 16 years ago
add a few quick hacks: let client get EOF info, and let them read bitcode from an in-memory string More... over 16 years ago
add completion callback facility to the interpreter More... over 16 years ago