pmatos / nora

An experimental Racket implementation using LLVM/MLIR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove ArithPlus and possibly other AST nodes that are runtime

pmatos opened this issue · comments

The current nodes that should be part of runtime should be removed and added to the environment during a prepareRuntime method executed at Interpreter construction time.