Basic repl

This commit is contained in:
Chance 2024-12-01 16:02:06 -05:00 committed by lily
commit 662ea67aa0
Signed by: lily
GPG key ID: 601F3263FBCBC4B9
19 changed files with 564 additions and 0 deletions

3
engine/src/core/mod.rs Normal file
View file

@ -0,0 +1,3 @@
pub mod commands;
pub mod repl;
pub mod splash;