This commit is contained in:
agra
2026-02-12 16:23:42 +02:00
parent 1087bd1977
commit dab162bfe4
13 changed files with 1190 additions and 775 deletions

View File

@@ -3,6 +3,7 @@ pub const Tag = enum {
int_literal,
float_literal,
string_literal,
raw_string_literal,
// Identifiers and keywords
identifier,