aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-06-09 10:52:47 -0400
committerJesse Luehrs <doy@tozt.net>2019-06-09 10:52:47 -0400
commit035c598646d54ac0dc55fb9161e2f42e1863529e (patch)
tree09b7c7df5477e34ec226059cdcca5dc26fa8c022 /src/main.rs
parent8238346dc745319bf5289be24176915940da96f6 (diff)
downloadnbsh-old-035c598646d54ac0dc55fb9161e2f42e1863529e.tar.gz
nbsh-old-035c598646d54ac0dc55fb9161e2f42e1863529e.zip
refactor
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 1d78e10..d283021 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,3 +1,4 @@
+mod parser;
mod process;
mod readline;
mod repl;