https://github.com/cubinegaming/calc-lang
a text-based interpreted calculator (adding more features)
https://github.com/cubinegaming/calc-lang
ast calc calculator interperters lexer parser rust tokens
Last synced: about 1 year ago
JSON representation
a text-based interpreted calculator (adding more features)
- Host: GitHub
- URL: https://github.com/cubinegaming/calc-lang
- Owner: CubineGaming
- Created: 2025-05-08T00:24:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-08T00:35:04.000Z (about 1 year ago)
- Last Synced: 2025-05-12T01:54:05.974Z (about 1 year ago)
- Topics: ast, calc, calculator, interperters, lexer, parser, rust, tokens
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calc Lang
A text-based interpreted calculator
# Needed Features
- Indentifiers
- Multi-digit integers
- String
- Functions