wisp/src/interpreter/mod.rs
2022-08-05 23:41:09 +02:00

11 lines
483 B
Rust
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//! **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;