fixed tests

This commit is contained in:
Karma Riuk
2025-07-08 18:08:17 +02:00
parent 74c555bfc0
commit e3cbba08b1
2 changed files with 17 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ namespace parser {
std::unordered_map<token::type, infix_parse_fn> infix_parse_fns;
void next_token();
void skip_until_semicolon();
ast::statement* parse_statement();
ast::expression* parse_expression();
ast::let_stmt* parse_let();