mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 20:10:25 +00:00
Updated README, tested more complex example :(
This commit is contained in:
@@ -19,7 +19,7 @@ func usage() {
|
||||
|
||||
func main() {
|
||||
// read test file
|
||||
code, _ := ioutil.ReadFile("in/simple.asl")
|
||||
code, _ := ioutil.ReadFile("in/complex.asl")
|
||||
token := asl.Tokenize(code)
|
||||
out := asl.Parse(token, true)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user