Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
A math language interpreter written in rust
- Host: GitHub
- URL: https://github.com/dotdot0/math-language-rust
- Owner: dotdot0
- Created: 2022-08-04T20:43:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-25T17:47:37.000Z (over 2 years ago)
- Last Synced: 2024-06-29T06:30:43.296Z (6 months ago)
- Topics: interpreter, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
A interpreter for a math language
Currently supported operations
- "+"
- "-"
- "/"
- "*"