comptime value-params
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user