My attempt at parsing structured documents with flex/bison using a reentrant setup. (AKA no global state, possible to parse/translate multiple files)
Because I hate myself
- To regenerate the parser code run
make parser - To build the rest of the source
make
The make command builds a default executable a.out in ./build, give it a spin!
Very funny...
|
Zack Kollar (SeedyROM) |