Started testing with tokenizer.

This commit is contained in:
Marvin Blum
2015-10-10 14:38:33 +02:00
parent 7657631b36
commit 765a3fde5b
11 changed files with 132 additions and 16 deletions

View File

@@ -1,7 +1 @@
func foo(){
return 1;
}
var _x = foo();
foo();
var x = foo();