Ungoing refactoring

This commit is contained in:
2026-02-04 18:47:40 +01:00
parent c95c82169f
commit ed70b47c81
19 changed files with 749 additions and 451 deletions

View File

@@ -1,6 +1,7 @@
pub use cagire_forth as forth;
pub mod app;
pub mod init;
pub mod commands;
pub mod engine;
pub mod input;