This little program demonstrate how to parse a string by recursive descent and perform the most basic arithmetic operations.
Just run the code in example folder to see what happens.
$ git clone https://github.com/ankokuji/simple-integer-arithmetic-calculator.git
$ npm install
$ npm run test
Require:
- Node enviroment.
- typescript basic.