diff options
| author | Johnny Richard <johnny@johnnyrichard.com> | 2025-04-14 23:22:57 +0200 |
|---|---|---|
| committer | Johnny Richard <johnny@johnnyrichard.com> | 2025-04-14 23:22:57 +0200 |
| commit | b3bd068f614a46580ee3e5688dd9cfd40694d75b (patch) | |
| tree | 45183f99a8373527caa03ff473c4e40fe07cd459 /src/parser.h | |
| parent | 63104d34e1c1772131f6366f825e67f38d027dba (diff) | |
Signed-off-by: Johnny Richard <johnny@johnnyrichard.com>
Diffstat (limited to 'src/parser.h')
| -rw-r--r-- | src/parser.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/parser.h b/src/parser.h index da9e341..c1990c2 100644 --- a/src/parser.h +++ b/src/parser.h @@ -22,13 +22,13 @@ typedef struct parser { - lexer_t lexer; + lexer_t lexer; } parser_t; void -parser_init(parser_t *parser, char *file_name); +parser_init(parser_t* parser, char* file_name); -inst_t * -parser_parse(parser_t *parser); +inst_t* +parser_parse(parser_t* parser); #endif /* PARSER_H */ |
