https://github.com/cgqaq/rust_rpn_calc
Reverse Polish notation in Rust
https://github.com/cgqaq/rust_rpn_calc
rpn rpn-calculator rpn-expression rust rust-lang rustlang
Last synced: 2 months ago
JSON representation
Reverse Polish notation in Rust
- Host: GitHub
- URL: https://github.com/cgqaq/rust_rpn_calc
- Owner: CGQAQ
- License: mit
- Created: 2020-07-19T04:51:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T08:44:38.000Z (almost 5 years ago)
- Last Synced: 2025-04-02T00:53:05.115Z (2 months ago)
- Topics: rpn, rpn-calculator, rpn-expression, rust, rust-lang, rustlang
- Language: Rust
- Homepage:
- Size: 8.79 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust_rpn_calc
Reverse Polish notation in Rust