start implimenting a parser
This commit is contained in:
9
src/parser/parser.h
Normal file
9
src/parser/parser.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "../lexer/token.h"
|
||||
#include "string/string.h"
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
void parser(TaggedValueStruct * TaggedValueStruct, TokenStruct * tokenStruct, bool inline_flag);
|
||||
|
||||
TaggedValue parse_token(TokenStruct * tokenStruct, int *index);
|
||||
Reference in New Issue
Block a user