bogdankjastrzebski / UntitledLanguageProject

The official repository for the untitled language project.
MIT License
1 stars 0 forks source link

AST Walking with changing Environment #7

Open bogdankjastrzebski opened 1 year ago

bogdankjastrzebski commented 1 year ago

https://norvig.com/lispy.html

By coincidence, it is very similar to the AST walk. TODO:

bogdankjastrzebski commented 1 year ago

The AST walking allows only for setting and changing names in the current environment. How should the set work? There is still an issue with setting structure fields/etc. Right now we can only change the name to a new instance of something.