From 4b8188f69272658945e3c20425308a9951c0eba6 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sun, 24 Aug 2025 18:30:00 -0400 Subject: apparently ‘mod.rs’ is the old way MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forth.rs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/forth.rs (limited to 'src/forth.rs') diff --git a/src/forth.rs b/src/forth.rs new file mode 100644 index 0000000..aea8bda --- /dev/null +++ b/src/forth.rs @@ -0,0 +1,2 @@ +pub mod compiler; +pub mod vm; -- cgit v1.3