allow keywords as values in enums (and tagged unions)
This commit is contained in:
@@ -105,6 +105,7 @@ lex :: proc(
|
||||
) -> token.Stream {
|
||||
stream: token.Stream
|
||||
stream.items.allocator = allocator
|
||||
stream.symbols = symbols
|
||||
bytes := transmute([]byte)source_file.text
|
||||
cursor := 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user