forked from PuqiAR/Fig-TreeWalker
support function literal, set builtins to global context. great!
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Fig
|
||||
Or, // or
|
||||
Not, // not
|
||||
Import, // import
|
||||
Function, // fun
|
||||
Function, // func
|
||||
Variable, // var
|
||||
Const, // const
|
||||
Final, // final
|
||||
@@ -85,7 +85,7 @@ namespace Fig
|
||||
RightBrace, // }
|
||||
// LeftArrow, // <-
|
||||
RightArrow, // ->
|
||||
// DoubleArrow, // =>
|
||||
DoubleArrow, // =>
|
||||
Equal, // ==
|
||||
NotEqual, // !=
|
||||
LessEqual, // <=
|
||||
|
||||
Reference in New Issue
Block a user