An open API service indexing awesome lists of open source software.

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.

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
![](https://github.com/GZTimeWalker/MiniCalculator/blob/master/img/img.png)