Added strings to tokenizer, added comments to code.

This commit is contained in:
Marvin Blum
2015-10-09 11:29:52 +02:00
parent 25d691eb66
commit e88a6b48a8
6 changed files with 71 additions and 17 deletions

3
in/test.asl Normal file
View File

@@ -0,0 +1,3 @@
var _x = "This is a string!";
var _y = "";
var _z = "\"mask\"";