Module cl_interpret::interpret
source · Expand description
A work-in-progress tree walk interpreter for Conlang
Currently, major parts of the interpreter are not yet implemented, and major parts will never be implemented in its current form. Namely, since no ConValue has a stable location, it’s meaningless to get a pointer to one, and would be undefined behavior to dereference a pointer to one in any situation.
Traits§
- A work-in-progress tree walk interpreter for Conlang