refactor: working towards a better astgen patterns

This commit is contained in:
Brett Broadhurst 2026-03-08 04:22:57 -06:00
parent d6ff3a40bd
commit 95d89b7bf9
Failed to generate hash of commit
7 changed files with 922 additions and 596 deletions

View file

@ -218,6 +218,7 @@ pub const Error = struct {
panic,
unexpected_token,
unknown_identifier,
redefined_identifier,
assignment_to_const,
expected_newline,
expected_expression,