diff options
Diffstat (limited to 'include/defs.h')
-rw-r--r-- | include/defs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/defs.h b/include/defs.h index 669d9c9..bb96421 100644 --- a/include/defs.h +++ b/include/defs.h @@ -5,8 +5,11 @@ typedef struct amal_compiler amal_compiler; typedef struct Parser Parser; typedef struct Scope Scope; typedef struct FileScopeReference FileScopeReference; +typedef struct ParserFileScopeReference ParserFileScopeReference; typedef struct FunctionDecl FunctionDecl; typedef struct FunctionSignature FunctionSignature; +typedef struct LhsExpr LhsExpr; typedef struct Tokenizer Tokenizer; +typedef struct Bytecode Bytecode; #endif |