Merge pull request #19 from Eliah-Lakhin/closures

Autocurry feature
This commit is contained in:
Stephen Chung
2020-07-29 21:24:43 +08:00
committed by GitHub
3 changed files with 119 additions and 19 deletions

View File

@@ -33,6 +33,7 @@ only_i64 = [] # set INT=i64 (default) and disable support for all other in
no_index = [] # no arrays and indexing
no_object = [] # no custom objects
no_function = [] # no script-defined functions
no_capture = [] # no automatic read/write binding of anonymous function's local variables to it's external context
no_module = [] # no modules
internals = [] # expose internal data structures
unicode-xid-ident = ["unicode-xid"] # allow Unicode Standard Annex #31 for identifiers.