aboutsummaryrefslogtreecommitdiff
path: root/include/defs.h
blob: 8cd9d39be859734ee276c9024c4af33e6b938dd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef AMALGAM_DEFS_H
#define AMALGAM_DEFS_H

typedef struct ParserThreadData ParserThreadData;
typedef struct amal_compiler amal_compiler;
typedef struct Parser Parser;
typedef struct Scope Scope;
typedef struct FileScopeReference FileScopeReference;
typedef struct FunctionDecl FunctionDecl;
typedef struct FunctionSignature FunctionSignature;

#endif