monte-language / typhon

A virtual machine for Monte.
Other
67 stars 10 forks source link

`astBuilder` is not a great name #195

Open MostAwesomeDude opened 7 years ago

MostAwesomeDude commented 7 years ago

I would like us to consider the direction of putting the AST builder builder in the safe scope, perhaps under the astBuilder name, or perhaps as makeAstBuilder, analogous to makeLazySlot. We would then have to alter m`` to expose the AST builder under a method, but this would open the door to allowing other quasiparsers to have the same method for exposing their AST builders.

dckc commented 6 years ago

astBuilder is already in safeScope. Are you talking about taking it out?