manifold-lang / manifold-frontend

Frontend compiler for Manifold high-level language
GNU General Public License v3.0
6 stars 6 forks source link

Build expression graphs directly from the concrete syntax #48

Closed mtrberzi closed 9 years ago

mtrberzi commented 9 years ago

Eliminate abstract syntax trees (Expression) and friends, and build directly to ExpressionVertex from the ANTLR4 visitor.

lucaswoj commented 9 years ago

... and then maybe drop the Vertex suffix ;-)