mirror of
https://github.com/bearlanguageorg/bear.git
synced 2026-08-26 16:07:01 +00:00
Tier Three: Added threads/jobs
This commit is contained in:
@@ -285,6 +285,7 @@ fn (mut l Lexer) lex_ident(line int, col int) Tok {
|
||||
'fn' { TokKind.kw_fn }
|
||||
'struct' { TokKind.kw_struct }
|
||||
'let' { TokKind.kw_let }
|
||||
'mut' { TokKind.kw_mut }
|
||||
'if' { TokKind.kw_if }
|
||||
'else' { TokKind.kw_else }
|
||||
'while' { TokKind.kw_while }
|
||||
|
||||
Reference in New Issue
Block a user