Left-recursion caching strategy about halfway implemented. Compiles, DOES NOT RUN.
This commit is contained in:
parent
0164ddc98d
commit
e6eb2efa88
3 changed files with 71 additions and 27 deletions
|
|
@ -43,6 +43,7 @@ typedef struct input_stream {
|
|||
char bit_offset;
|
||||
char endianness;
|
||||
char overrun;
|
||||
GQueue *lr_stack;
|
||||
} input_stream_t;
|
||||
|
||||
typedef struct parse_state {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue