Put back fallback
This commit is contained in:
parent
bdf7c369ed
commit
81812b46a0
2
parse.c
2
parse.c
@ -794,7 +794,7 @@ PARSER(parse_table) {
|
||||
whitespace(&pos);
|
||||
expect_closing(ctx, &pos, "}", "I wasn't able to parse the rest of this table");
|
||||
|
||||
return NewAST(ctx->file, start, pos, Table, .key_type=key_type, .value_type=value_type, .entries=entries);
|
||||
return NewAST(ctx->file, start, pos, Table, .key_type=key_type, .value_type=value_type, .entries=entries, .fallback=fallback);
|
||||
}
|
||||
|
||||
PARSER(parse_set) {
|
||||
|
Loading…
Reference in New Issue
Block a user