Add optional semicolon at the end of statements and move loop parser from factor to expression (change precedence)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from smnp.module.iterable.function import combine, map, range, get
|
||||
from smnp.module.iterable.function import combine, map, get
|
||||
|
||||
functions = [ combine.function, map.function, range.function ]
|
||||
functions = [ combine.function, map.function ]
|
||||
methods = [ get.function ]
|
||||
Reference in New Issue
Block a user