summaryrefslogtreecommitdiffstats
path: root/src/forth/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/forth/mod.rs')
-rwxr-xr-xsrc/forth/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/forth/mod.rs b/src/forth/mod.rs
index 5792148..063b40e 100755
--- a/src/forth/mod.rs
+++ b/src/forth/mod.rs
@@ -1,5 +1,5 @@
-mod interp;
-mod parser;
+pub mod interp;
+pub mod parser;
#[cfg(test)]
mod tests {