From 0881af52f16dc0b6a3900180cce5187d27373901 Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 18 Oct 2021 21:28:52 +0200 Subject: Simple AST walker. --- src/interpret/mod.rs | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/interpret/mod.rs (limited to 'src/interpret/mod.rs') 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 -- cgit 1.4.1