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

@@ -0,0 +1,2 @@
var x = foo(1, 2, 3);
y = bar(1, 2, 3);

View File

@@ -0,0 +1 @@
x = 1;