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

@@ -23,5 +23,5 @@ func main() {
token := asl.Tokenize(code)
out := asl.Parse(token, true)
fmt.Println("OUTPUT:\n-------\n"+out)
fmt.Print("OUTPUT:\n-------\n"+out)
}