manifold-lang / manifold-frontend

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

ExpressionGraph.addEdge(): check that both endpoints are in the graph #50

Closed mtrberzi closed 9 years ago

maxqchen commented 9 years ago

Started to look into this. There seem to be a lot of edges to null values. So should the correct behaviour be in graph or null?