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

10
test/tokenizer_var.asl Normal file
View File

@@ -0,0 +1,10 @@
// single line comment
/*
multi
line
comment
*/
var x = 1;
var array = [1, 2, 3];