Starting work on Scala-style left-recursion caching.
This commit is contained in:
parent
60fd846b2f
commit
e748b9c4cb
3 changed files with 18 additions and 29 deletions
|
|
@ -70,7 +70,7 @@ typedef struct parsed_token {
|
|||
uint64_t uint;
|
||||
double dbl;
|
||||
float flt;
|
||||
GSequence *seq;
|
||||
GSequence *seq; // a sequence of parsed_token_t's
|
||||
};
|
||||
} parsed_token_t;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue