This commit is contained in:
Erin 2022-08-05 21:31:22 +02:00 committed by ondra05
parent f5013943fe
commit 5664e1309a
2 changed files with 9 additions and 1 deletions

View file

@ -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;

0
src/interpreter/value.rs Normal file
View file