fix from last code cleanup
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 17 Jul 2020 13:53:02 +0000 (08:53 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 17 Jul 2020 13:53:02 +0000 (08:53 -0500)
include/onyxastnodes.h
onyx

index 9843f505bb3b0271711ca7057fc3f3be7cc33804..967f43abc2976d0e1a160a3d660d4cc0e5ff1d79 100644 (file)
@@ -4,6 +4,8 @@
 #include "onyxlex.h"
 #include "onyxtypes.h"
 
+typedef struct AstNode AstNode;
+typedef struct AstTyped AstTyped;
 typedef struct AstUnaryOp AstUnaryOp;
 typedef struct AstBinOp AstBinaryOp;
 typedef struct AstAssign AstAssign;
@@ -19,6 +21,7 @@ typedef struct AstIf AstIf;
 typedef struct AstWhile AstWhile;
 typedef struct AstLocalGroup AstLocalGroup;
 
+typedef struct AstType AstType;
 typedef struct AstBasicType AstBasicType;
 typedef struct AstPointerType AstPointerType;
 typedef struct AstFunctionType AstFunctionType;
diff --git a/onyx b/onyx
index 391c5eeabf1cbe37ff9be6d1f02ec9540586dc45..efc7bf7d7325729e88d39c864f41e9de0e659aab 100755 (executable)
Binary files a/onyx and b/onyx differ