Improvements to -strict-style and trailing commas

This commit is contained in:
gingerBill
2022-06-13 11:00:13 +01:00
parent ff9d058392
commit 8c0c327df9
3 changed files with 77 additions and 84 deletions
+1
View File
@@ -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);