comptime value-params

This commit is contained in:
2026-07-02 19:38:31 +02:00
parent b1ddecfc2e
commit 7cda126924
10 changed files with 579 additions and 56 deletions
+3
View File
@@ -201,6 +201,9 @@ lex :: proc(
case '@':
append_token(&stream, source_file, .At, cursor, cursor+1)
cursor += 1
case '$':
append_token(&stream, source_file, .Dollar, cursor, cursor+1)
cursor += 1
case '*':
start := cursor
cursor += 1