start implimenting a parser
This commit is contained in:
8
src/parser/string/string.h
Normal file
8
src/parser/string/string.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "../../lexer/token.h"
|
||||
#include "../taggedValue.h"
|
||||
|
||||
char *swap_quotes(const char *input);
|
||||
|
||||
char *unquote(const char *str);
|
||||
|
||||
TaggedValue parse_string(Token token);
|
||||
Reference in New Issue
Block a user