From 1dd53ce54c2008e3a11a636a496853cf6f9a5d65 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 24 Jan 2020 09:11:53 +0100 Subject: Convert hash map to gc, implement more instructions and call command --- include/parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/parser.h') diff --git a/include/parser.h b/include/parser.h index 440fbac..9fdb9b6 100644 --- a/include/parser.h +++ b/include/parser.h @@ -13,6 +13,6 @@ typedef enum { TODO: Make this function load a file instead of parsing memory. This is needed because when using @import function instead tsl, it will load a file anyways. */ -TslParseResult tsl_parse(const char *code, size_t code_size, TslProgram *program_output); +TslParseResult tsl_parse(char *code, size_t code_size, TslProgram *program_output); #endif /* TSL_PARSER_H */ -- cgit v1.2.3