From cff714c07e5e2c0f11c121504500a554d60c08cc Mon Sep 17 00:00:00 2001 From: Mel Date: Thu, 21 Oct 2021 23:46:01 +0200 Subject: Implement program walking. --- src/interpret/mod.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/interpret/mod.rs') diff --git a/src/interpret/mod.rs b/src/interpret/mod.rs index 2544ca3..813f45d 100644 --- a/src/interpret/mod.rs +++ b/src/interpret/mod.rs @@ -1 +1,3 @@ -pub mod walker; \ No newline at end of file +mod scope; +mod value; +pub mod walker; -- cgit 1.4.1