diff options
| author | gingerBill <bill@gingerbill.org> | 2022-06-13 11:00:13 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-06-13 11:00:13 +0100 |
| commit | 8c0c327df95208634e87df10c2f33b3c870637e4 (patch) | |
| tree | d0baa12787791fb0f015d6a5e445bb7fafa88f89 /src/parser.hpp | |
| parent | ff9d0583920dcd76bc47b580a52fce852b48fc66 (diff) | |
Improvements to `-strict-style` and trailing commas
Diffstat (limited to 'src/parser.hpp')
| -rw-r--r-- | src/parser.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.hpp b/src/parser.hpp index a648828fb..c167ef6d5 100644 --- a/src/parser.hpp +++ b/src/parser.hpp @@ -814,3 +814,4 @@ gbAllocator ast_allocator(AstFile *f) { Ast *alloc_ast_node(AstFile *f, AstKind kind); gbString expr_to_string(Ast *expression); +bool allow_field_separator(AstFile *f);
\ No newline at end of file |