Reorganize repository
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use super::forth::Forth;
|
||||
use cagire_forth::Forth;
|
||||
|
||||
pub use super::forth::{Dictionary, ExecutionTrace, Rng, SourceSpan, StepContext, Variables};
|
||||
pub use cagire_forth::{Dictionary, ExecutionTrace, Rng, SourceSpan, StepContext, Variables};
|
||||
|
||||
pub struct ScriptEngine {
|
||||
forth: Forth,
|
||||
|
||||
Reference in New Issue
Block a user