abacus 0.2.1

The mathemagical programming language
Documentation
1
2
3
4
5
6
7
8
9
pub mod cli;
pub mod interpreter;
pub mod lexer;
pub mod parser;
pub mod repl;

pub mod ui;

pub use cli::{RunConfig, run, run_expression, run_file, run_with_config};