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.
Re-exportsΒ§
pub use self::cl_todo as todo;pub use self::cl_unimplemented as unimplemented;
MacrosΒ§
- cl_todo
- Turns a
todo!invocation into an Error::Panic - cl_
unimplemented - Turns an
unimplemented!invocation into an Error::Panic - trace π
StructsΒ§
EnumsΒ§
- Binding
Mode - Slice
Mode π
TraitsΒ§
FunctionsΒ§
- bind_
enum π - bind_
struct π - match_
pat_ πfor_ struct