Added keyword for multi-binding let
This commit is contained in:
parent
3fbe0f482f
commit
aa440742ca
@ -109,6 +109,7 @@ public enum TokenType
|
||||
When,
|
||||
Is,
|
||||
Let,
|
||||
And,
|
||||
In,
|
||||
With,
|
||||
Fn,
|
||||
@ -137,6 +138,7 @@ class Scanner
|
||||
{"when", TokenType.When},
|
||||
{"is", TokenType.Is},
|
||||
{"let", TokenType.Let},
|
||||
{"and", TokenType.And},
|
||||
{"in", TokenType.In},
|
||||
{"with", TokenType.With},
|
||||
{"fn", TokenType.Fn},
|
||||
|
Loading…
Reference in New Issue
Block a user