Still doesn't build, but desugaring is farther along
This commit is contained in:
parent
36e1f66de0
commit
156be7a559
16 changed files with 266 additions and 26 deletions
|
|
@ -23,5 +23,7 @@ static inline size_t token_length(HParseResult *pr) {
|
|||
}
|
||||
}
|
||||
|
||||
static inline bool h_true(void *env) { return true; }
|
||||
static inline bool h_false(void *env) { return false; }
|
||||
|
||||
#endif // HAMMER_PARSE_INTERNAL__H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue