Initial import

This commit is contained in:
Mikael Pettersson
2013-07-03 16:29:42 +00:00
commit 7c189dd488
36 changed files with 5441 additions and 0 deletions

11
as/parse.h Normal file
View File

@@ -0,0 +1,11 @@
/*
* parse.h
*/
#ifndef PARSE_H
#define PARSE_H
#include "stmt.h"
int parse_stmt(struct stmt *stmt);
#endif /* PARSE_H */