andrewcooke / ParserCombinator.jl

A parser combinator library for Julia
Other
107 stars 20 forks source link

I can't execute the Example #30

Closed julianoce closed 5 years ago

julianoce commented 5 years ago

I guess this example is not updated so that I get an error. "ERROR: LoadError: syntax: extra token "Node" after end of expression" How can I make an struct that reads the expression and give me the result of the calculation?