mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-26 15:34:59 -07:00
v0.0.5
Fix enumerations to so they work as integers in indices; Add llir_opt.c and llir_print.c
This commit is contained in:
@@ -1262,6 +1262,9 @@ bool is_semicolon_optional_for_node(AstFile *f, AstNode *s) {
|
||||
case AstNode_HelperType:
|
||||
return is_semicolon_optional_for_node(f, s->HelperType.type);
|
||||
|
||||
case AstNode_PointerType:
|
||||
return is_semicolon_optional_for_node(f, s->PointerType.type);
|
||||
|
||||
case AstNode_StructType:
|
||||
case AstNode_UnionType:
|
||||
case AstNode_RawUnionType:
|
||||
|
||||
Reference in New Issue
Block a user