EladB1 / swervec

Toy compiler/interpreter for learning
0 stars 0 forks source link

Feat/ast #4

Closed EladB1 closed 1 year ago

EladB1 commented 1 year ago

Reduced ParseTree to AST by removing unnecessary syntax nodes and minimizing the number of "meta-nodes" (text nodes that describe a path in the tree).