Started testing for parser.

This commit is contained in:
Marvin Blum
2015-10-10 17:00:11 +02:00
parent 18ab469808
commit e051b0ae42
8 changed files with 100 additions and 13 deletions

View File

@@ -2,4 +2,4 @@ func foo(a, b) {
return a > b;
}
var x = foo();
var x = foo(1, 2);