mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 20:10:25 +00:00
More testing, fixed for, added array parsing, switch is buggy.
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user