aboutsummaryrefslogtreecommitdiff
path: root/include/parser.h
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-01-14 08:40:26 +0100
committerdec05eba <dec05eba@protonmail.com>2020-01-14 08:40:26 +0100
commit44b41bcab276f85c96bce88609865ffa4232f7e2 (patch)
tree224a20e53b65c2226c54d1b4ed2ee894c2bc9b63 /include/parser.h
parentf5fc07765303055922e1dfcc35f2f2f620c1e66b (diff)
add parsing of rhs and map
Diffstat (limited to 'include/parser.h')
-rw-r--r--include/parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/parser.h b/include/parser.h
index 3523127..d130597 100644
--- a/include/parser.h
+++ b/include/parser.h
@@ -3,6 +3,7 @@
#include "tokenizer.h"
+/* Returns 0 on success */
int tsl_parse(const char *code, size_t code_size);
#endif /* TSL_PARSER_H */