Warth's recursion finished. action() and and() still fail. Time to migrate in TQ's arena work.
This commit is contained in:
parent
662cd0e5b4
commit
9803b14ce8
3 changed files with 58 additions and 17 deletions
|
|
@ -53,6 +53,8 @@ typedef struct parsed_token {
|
|||
float flt;
|
||||
GSequence *seq; // a sequence of parsed_token_t's
|
||||
};
|
||||
size_t index;
|
||||
char bit_offset;
|
||||
} parsed_token_t;
|
||||
|
||||
/* If a parse fails, the parse result will be NULL.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue