summaryrefslogtreecommitdiffstats
path: root/src/forth
diff options
context:
space:
mode:
authorBrian Cully <bjc@spork.org>2025-08-24 18:30:00 -0400
committerBrian Cully <bjc@spork.org>2025-08-24 21:56:16 -0400
commit4b8188f69272658945e3c20425308a9951c0eba6 (patch)
treef38691598a09e2f6b4f9e0b9e8ae9993eaf95554 /src/forth
parent0f9a9158b7135a3162522cf473a7bad80f141109 (diff)
downloadautomathon-4b8188f69272658945e3c20425308a9951c0eba6.tar.gz
automathon-4b8188f69272658945e3c20425308a9951c0eba6.zip
apparently ‘mod.rs’ is the old way
Diffstat (limited to 'src/forth')
-rw-r--r--src/forth/mod.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/forth/mod.rs b/src/forth/mod.rs
deleted file mode 100644
index aea8bda..0000000
--- a/src/forth/mod.rs
+++ /dev/null
@@ -1,2 +0,0 @@
-pub mod compiler;
-pub mod vm;