You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code uses and abuses printing ASTs to source code and parsing source code to ASTs as a form of lightweight metaquot.
There are a few places where some roundtrips could be avoided.
Furhermore, if we do use promotion as suggested by #520, we could consider updating this code to use more advanced techs although it might not be a good idea as it might lock us out of being able to build the project if the build fails.
The text was updated successfully, but these errors were encountered:
This code uses and abuses printing ASTs to source code and parsing source code to ASTs as a form of lightweight metaquot.
There are a few places where some roundtrips could be avoided.
Furhermore, if we do use promotion as suggested by #520, we could consider updating this code to use more advanced techs although it might not be a good idea as it might lock us out of being able to build the project if the build fails.
The text was updated successfully, but these errors were encountered: