An open API service indexing awesome lists of open source software.

https://github.com/dotdot0/math-language-rust

A math language interpreter written in rust
https://github.com/dotdot0/math-language-rust

interpreter rust rust-lang

Last synced: 26 days ago
JSON representation

A math language interpreter written in rust

Awesome Lists containing this project

README

          

A interpreter for a math language

Currently supported operations
- "+"
- "-"
- "/"
- "*"