about summary refs log tree commit diff
path: root/src/interpret/mod.rs
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2021-11-20 00:31:28 +0100
committerMel <einebeere@gmail.com>2021-11-20 00:31:28 +0100
commit395d086f0dce355ccdcf3da149c309826c539b48 (patch)
tree888ad59d8fcebcec0c04bcfd13364889c5047349 /src/interpret/mod.rs
parent334f70f5a2f63ec636ac1a8bc375ce51effba424 (diff)
downloadrabbithole-395d086f0dce355ccdcf3da149c309826c539b48.tar.zst
rabbithole-395d086f0dce355ccdcf3da149c309826c539b48.zip
Runtime types
Diffstat (limited to 'src/interpret/mod.rs')
-rw-r--r--src/interpret/mod.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/interpret/mod.rs b/src/interpret/mod.rs
index 813f45d..7f1c844 100644
--- a/src/interpret/mod.rs
+++ b/src/interpret/mod.rs
@@ -1,3 +1,4 @@
 mod scope;
-mod value;
-pub mod walker;
+mod operator;
+pub mod value;
+pub mod walker;
\ No newline at end of file