#ifndef AMALGAM_DEFS_H #define AMALGAM_DEFS_H 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