JuliaTeX / TreeView.jl

Draw Julia syntax trees as a graph
Other
82 stars 15 forks source link

Error with CSE #17

Open dpsanders opened 5 years ago

dpsanders commented 5 years ago
t = @dag_cse x^2 + y^2 + x^2

gives the wrong tree.

dpsanders commented 5 years ago

@dag_cse x + x is a simpler example. It's because it should have multiple edges from + to x.