Warth's recursion finished. action() and and() still fail. Time to migrate in TQ's arena work.

This commit is contained in:
Meredith L. Patterson 2012-05-17 15:47:14 +02:00
parent 662cd0e5b4
commit 9803b14ce8
3 changed files with 58 additions and 17 deletions

View file

@ -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.