Break down forth implementation properly

This commit is contained in:
2026-01-23 19:36:40 +01:00
parent 74f178f271
commit 1433e07066
11 changed files with 3246 additions and 2987 deletions

View File

@@ -45,3 +45,6 @@ mod intervals;
#[path = "forth/definitions.rs"]
mod definitions;
#[path = "forth/list_words.rs"]
mod list_words;