diff --git a/src/interpreter/mod.rs b/src/interpreter/mod.rs index eebc0ff..51eaba8 100644 --- a/src/interpreter/mod.rs +++ b/src/interpreter/mod.rs @@ -1,2 +1,10 @@ +//! **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: +//! To be replaced by VM soon™️ :ferrisClueless: + +pub mod value; diff --git a/src/interpreter/value.rs b/src/interpreter/value.rs new file mode 100644 index 0000000..e69de29