From f5fc07765303055922e1dfcc35f2f2f620c1e66b Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 14 Jan 2020 07:54:59 +0100 Subject: add parser... --- include/parser.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/parser.h (limited to 'include/parser.h') diff --git a/include/parser.h b/include/parser.h new file mode 100644 index 0000000..3523127 --- /dev/null +++ b/include/parser.h @@ -0,0 +1,8 @@ +#ifndef TSL_PARSER_H +#define TSL_PARSER_H + +#include "tokenizer.h" + +int tsl_parse(const char *code, size_t code_size); + +#endif /* TSL_PARSER_H */ -- cgit v1.2.3-70-g09d2