diff options
author | Camil Staps | 2016-08-25 20:29:50 +0200 |
---|---|---|
committer | Camil Staps | 2016-08-25 20:29:50 +0200 |
commit | 821939c6a6eb5761708146783ebd562422c2a7f7 (patch) | |
tree | dd26b29c65431801f4ca45d6952b7806534f9c8c /interpreter/lex.h | |
parent | Remove unnecessary includes (diff) |
pedantic
Diffstat (limited to 'interpreter/lex.h')
-rw-r--r-- | interpreter/lex.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/interpreter/lex.h b/interpreter/lex.h new file mode 100644 index 0000000..268d0e4 --- /dev/null +++ b/interpreter/lex.h @@ -0,0 +1,8 @@ +#ifndef _H_LEX +#define _H_LEX + +#include "syntax.h" + +token_list* lex(token_list*, char*); + +#endif |