Crate rustx_core

Crate rustx_core 

Source

Re-exports§

pub use ast::BinaryOp;
pub use ast::Expr;
pub use ast::Stmt;
pub use ast::UnaryOp;
pub use interpreter::Environment;
pub use interpreter::Interpreter;
pub use lexer::token::Token;
pub use lexer::Lexer;
pub use parser::Parser;
pub use value::Value;

Modules§

ast
Abstract Syntax Tree node types for RustX
compiler
interpreter
Interpreter for RustX language
lexer
parser
stdlib
value