Fixed a function expression parsing issue

Also uncovered a yet-to-be-fixed issue when immediately calling a returned function
This commit is contained in:
dcodeIO
2018-03-12 19:39:05 +01:00
parent 7870e3ac18
commit c93f0bb1fe
10 changed files with 51 additions and 65 deletions

View File

@ -0,0 +1 @@
a = fn()(1, 2);

View File

@ -0,0 +1 @@
a = fn()(1, 2);