big temp status
Signed-off-by: Ava Hahn <ava@aidanis.online>
This commit is contained in:
parent
45453f819f
commit
5261efbc65
12 changed files with 960 additions and 224 deletions
|
|
@ -15,6 +15,8 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#![feature(derive_default_enum)]
|
||||
|
||||
mod append;
|
||||
mod config;
|
||||
mod eval;
|
||||
|
|
@ -31,7 +33,7 @@ pub mod ast {
|
|||
func_call, func_declare, Args, ExternalOperation, FTable, Function, Operation,
|
||||
};
|
||||
pub use crate::lex::lex;
|
||||
pub use crate::segment::{ast_to_string, new_ast, Ast, Ctr, Seg, Type};
|
||||
pub use crate::segment::{Ctr, Seg, Type};
|
||||
pub use crate::vars::{define, VTable};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue