Break down forth implementation properly

This commit is contained in:
2026-01-23 19:36:40 +01:00
parent f7e6f96cbf
commit e853e67492
13 changed files with 334688 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;