More testing, fixed for, added array parsing, switch is buggy.

This commit is contained in:
Marvin Blum
2015-10-15 18:54:38 +02:00
parent a8c6da2958
commit 7aa5691863
8 changed files with 73 additions and 13 deletions

View File

@@ -1 +1,8 @@
var x = (a < b <= c) >= 10 && true;
/*switch somevar {
case 1:
x = 1;
case 2:
x = 2;
}*/
var array = [1, 2, 3];