aboutsummaryrefslogtreecommitdiff
path: root/include/defs.h
blob: 669d9c90e061ac0aa76d77967e8dda0932d7ce7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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 FunctionDecl FunctionDecl;
typedef struct FunctionSignature FunctionSignature;
typedef struct Tokenizer Tokenizer;

#endif