Note: Reti is currently under active development. For the latest and potentially unstable features, please check out the dev
branch.
- Current Phase: The project is actively under development with newer, experimental features being added in the dev branch.
- Stability: Users interested in the most up-to-date but possibly unstable builds should refer to the dev branch.
# Clone the repository
git clone https://github.com/barbariand/Reti.git
# Change directory to the repl
cd Reti/repl
# Build the project
cargo build --release
Just input a string from any LaTeX mathematics and get back the calculated result
>> \displaystyle \frac{2\sqrt{9}+5}{3(3+4)+1}
> 0.5
The same LaTeX expression that was used as input can be rendered as
- Parsing Latex: Parsing relevant mathematical LaTeX.
- REPL: Evaluates a given mathematical expression in LaTeX and returns a result or as close as it could get.
- Web API: Server for running evaluations.
- Web User Interface: A website for easier use.
tokio
async-recursion
The Reti app depends on the above and more(TBD).
The licensing details for this project are to be determined (TBD).