@ enum type

This commit is contained in:
agra
2026-02-14 14:52:39 +02:00
parent fe7efeadb0
commit d61c6488f3
12 changed files with 164 additions and 41 deletions

View File

@@ -60,6 +60,7 @@ pub const Tag = enum {
percent, // %
percent_equal, // %=
ampersand, // &
at, // @
pipe, // |
// Delimiters
@@ -116,6 +117,7 @@ pub const Tag = enum {
.percent => "%",
.percent_equal => "%=",
.ampersand => "&",
.at => "@",
.pipe => "|",
.kw_null => "null",
.l_paren => "(",