diff options
| author | Mel <einebeere@gmail.com> | 2021-10-18 21:28:52 +0200 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2021-10-18 21:28:52 +0200 |
| commit | 0881af52f16dc0b6a3900180cce5187d27373901 (patch) | |
| tree | c5501fdb4597bab6f1c24e0a138ff078794ebe4e /src/interpret/mod.rs | |
| parent | 0f6f6068ebc33152f57658cf138df0622b44f6a2 (diff) | |
| download | rabbithole-0881af52f16dc0b6a3900180cce5187d27373901.tar.zst rabbithole-0881af52f16dc0b6a3900180cce5187d27373901.zip | |
Simple AST walker.
Diffstat (limited to 'src/interpret/mod.rs')
| -rw-r--r-- | src/interpret/mod.rs | 1 |
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 |
