Revert "New repo layout and unified test"

This commit is contained in:
Marvin Blum
2015-11-02 18:13:18 +01:00
parent f6b5ed4dd6
commit 5c540ce481
33 changed files with 386 additions and 380 deletions

2
test/parser_array.asl Normal file
View File

@@ -0,0 +1,2 @@
var x = [1, 2, 3];
var y = x[1];