about summary refs log tree commit diff
path: root/src/interpret/mod.rs
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2021-10-18 21:28:52 +0200
committerMel <einebeere@gmail.com>2021-10-18 21:28:52 +0200
commit0881af52f16dc0b6a3900180cce5187d27373901 (patch)
treec5501fdb4597bab6f1c24e0a138ff078794ebe4e /src/interpret/mod.rs
parent0f6f6068ebc33152f57658cf138df0622b44f6a2 (diff)
downloadrabbithole-0881af52f16dc0b6a3900180cce5187d27373901.tar.zst
rabbithole-0881af52f16dc0b6a3900180cce5187d27373901.zip
Simple AST walker.
Diffstat (limited to 'src/interpret/mod.rs')
-rw-r--r--src/interpret/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interpret/mod.rs b/src/interpret/mod.rs
new file mode 100644
index 0000000..2544ca3
--- /dev/null
+++ b/src/interpret/mod.rs
@@ -0,0 +1 @@
+pub mod walker;
\ No newline at end of file