11 lines
483 B
Rust
11 lines
483 B
Rust
//! **bodge**
|
||
//! (third-person singular simple present bodges, present participle **bodging**,
|
||
//! simple past and past participle **bodged**)
|
||
//! 1. (Britain) To do a clumsy or inelegant job, usually as a temporary repair; mend, patch up, repair.
|
||
//! 2. To work green wood using traditional country methods; to perform the craft of a bodger.
|
||
//!
|
||
//! A simple tree-walk interpreter intended for testing purposes.
|
||
//! To be replaced by VM soon™️ :ferrisClueless:
|
||
|
||
pub mod value;
|