variable export and entire config system
This commit is contained in:
parent
0931fbdcf0
commit
307101327c
10 changed files with 184 additions and 21 deletions
|
|
@ -23,6 +23,7 @@ mod vars;
|
|||
mod stl;
|
||||
mod str;
|
||||
mod append;
|
||||
mod config;
|
||||
|
||||
pub mod ast {
|
||||
pub use crate::segment::{Seg, Ctr, ast_to_string, Type, Ast, new_ast};
|
||||
|
|
@ -40,3 +41,7 @@ pub mod stdlib {
|
|||
pub use crate::append::{get_append};
|
||||
pub use crate::vars::{get_export};
|
||||
}
|
||||
|
||||
pub mod aux {
|
||||
pub use crate::config::configure;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue