Major updates/cleanup.

This commit is contained in:
2026-09-08 07:00:13 +01:00
parent 0df03f418a
commit 0760209417
23 changed files with 668 additions and 441 deletions
+3
View File
@@ -93,6 +93,9 @@ struct Parser {
std::vector<io::Token> *tokens, CompletionContext *completion
);
void token(io::Token::Kind);
void end_token();
char peek(uint16_t = 0); // == \0 if at eof.
std::string_view peek_str(uint16_t = UINT16_MAX);
void advance(uint16_t = 1);