More testing, started parsing expressions, which requires a lot of

rewriting.
This commit is contained in:
Marvin Blum
2015-10-10 17:45:27 +02:00
parent e051b0ae42
commit 8144e207ed
8 changed files with 102 additions and 20 deletions

View File

@@ -1,5 +1 @@
func foo(a, b) {
return a > b;
}
var x = foo(1, 2);
var x = (1+(2+3))/(6*(someVariable+99-100))-(20)+anotherVariable+foo();