why not?
This commit is contained in:
parent
f5013943fe
commit
5664e1309a
|
@ -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
0
src/interpreter/value.rs
Normal file
Loading…
Reference in a new issue