Updated README, added todo.

This commit is contained in:
Marvin Blum
2015-10-09 15:53:21 +02:00
parent 7c4e3c1077
commit b908525d34
5 changed files with 121 additions and 28 deletions

View File

@@ -8,7 +8,7 @@ import (
func main() {
// read test file
code, _ := ioutil.ReadFile("in/test.asl")
code, _ := ioutil.ReadFile("in/simple.asl")
token := asl.Tokenize(code)
out := asl.Parse(token)