https://github.com/gztimewalker/minicalculator
MiniCalculator with a simple parser.
https://github.com/gztimewalker/minicalculator
Last synced: about 1 year ago
JSON representation
MiniCalculator with a simple parser.
- Host: GitHub
- URL: https://github.com/gztimewalker/minicalculator
- Owner: GZTimeWalker
- Created: 2021-09-18T16:30:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-09T06:26:29.000Z (over 4 years ago)
- Last Synced: 2025-04-21T10:17:58.884Z (about 1 year ago)
- Language: C++
- Size: 255 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MiniCalculator
MiniCalculator with a simple parser.
This is a homework-expanded project. To learn something about parser and basic theory of programming language.
For details: [使用 Parser 实现一个计算器](https://blog.gztime.cc/posts/2021/a5656446/)
## Reference
- [Crafting Interpreters](https://craftinginterpreters.com/introduction.html)
## Example
