joshuabowers / graphca

A graphing calculator and analytic calculus engine
MIT License
0 stars 0 forks source link

Custom AST / Visitor #9

Closed joshuabowers closed 3 years ago

joshuabowers commented 3 years ago

Pegase's AST and Visitor implementation is fine, but lacks a sufficiency of type information and rigor that would be useful for moderately large grammars. The new implementation done by this PR does a few things: