aboutsummaryrefslogtreecommitdiff
path: root/sloth/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'sloth/src/main.rs')
-rw-r--r--sloth/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/sloth/src/main.rs b/sloth/src/main.rs
index 6ae01ec..a85a8d5 100644
--- a/sloth/src/main.rs
+++ b/sloth/src/main.rs
@@ -9,7 +9,7 @@
pub mod lexer;
pub mod parser;
pub mod sloth_std;
-pub mod symbol;
+pub mod symtable;
use std::{env, fs};