More testing, started parsing expressions, which requires a lot of

rewriting.
This commit is contained in:
Marvin Blum
2015-10-10 17:45:27 +02:00
parent e051b0ae42
commit 8144e207ed
8 changed files with 102 additions and 20 deletions

View File

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