0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added 'offset' member in GREG structure More... over 14 years ago
Now every action function (the code between {}) has an additional parameter available: 'thunk'. So we can access thunk->begin and thunk->end More... over 14 years ago
Renamed stack size constant to something more greg/peg/leg/flex-ish More... over 14 years ago
Added constants for STACK_SIZE, and defaults to 1024 instead of 32 More... over 14 years ago
Fixed the samples/calc.leg sample, now works out of the box More... over 14 years ago
Fixed wrong #define for YY_XVAR (wtf are these names btw?), added calc example (incomplete) More... over 14 years ago
* compile.c: merge. More... over 14 years ago
* compile.c: allow naming of the user payload introduced into both YY_ACTION and YY_INPUT functions. More... over 14 years ago
* greg.g: rewrite bootstrapped parser to use the new grammar compiler. More... over 14 years ago
* greg.g: update bootstrapped parser to use the new grammar compiler. More... over 14 years ago
* README: about this greg. More... over 14 years ago
* compile.c: zero-init the GREG struct using calloc. allow passing of user data into the allocation macros. More... over 14 years ago
* compile.c: making the parser re-entrant/threadsafe. More... over 14 years ago
* greg.h: consolidate header files. More... over 14 years ago
* Makefile: use `make grammar` to rebuild greg.c. More... over 14 years ago
* compile.c: bug in yymatchClass when char > 128. fix bug in octal ranges. More... over 14 years ago
* compile.c: finish octal escapes. More... over 14 years ago
* .: calling this 'greg'. More... almost 15 years ago
* Makefile: no examples. More... almost 15 years ago
* examples: none of these for now. More... almost 15 years ago
* .: removing all signs of peg, i'm just going to extend leg alone. More... almost 15 years ago
* .: import of peg-0.1.4 More... almost 15 years ago