aboutsummaryrefslogtreecommitdiff
path: root/compiler/lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/lex.h')
-rw-r--r--compiler/lex.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/compiler/lex.h b/compiler/lex.h
new file mode 100644
index 0000000..61a7170
--- /dev/null
+++ b/compiler/lex.h
@@ -0,0 +1,8 @@
+#ifndef _H_LEX
+#define _H_LEX
+
+#include "syntax.h"
+
+token_list* lex(char*);
+
+#endif