diff options
Diffstat (limited to 'include/ms_parse.h')
| -rw-r--r-- | include/ms_parse.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/ms_parse.h b/include/ms_parse.h index c6885ca..ef82146 100644 --- a/include/ms_parse.h +++ b/include/ms_parse.h @@ -72,10 +72,13 @@ typedef struct t_ast { struct t_ast** children; } t_ast; +char **ms_lexer(char *input); + /* ** parse.c */ -t_parsing *ms_parse(char *input); + +void *ms_parse(char *input); #endif |
