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
- Host: GitHub
- URL: https://github.com/dotdot0/math-language-rust
- Owner: dotdot0
- Created: 2022-08-04T20:43:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-25T17:47:37.000Z (almost 4 years ago)
- Last Synced: 2025-02-22T21:26:51.343Z (over 1 year 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
- "+"
- "-"
- "/"
- "*"