Skip to content

A demonstration for parsing a string by recursive descent and perform the most basic arithmetic operations.

Notifications You must be signed in to change notification settings

ankokuji/simple-integer-arithmetic-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-integer-arithmetic-calculator

This little program demonstrate how to parse a string by recursive descent and perform the most basic arithmetic operations.

HOW TO USE

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.

About

A demonstration for parsing a string by recursive descent and perform the most basic arithmetic operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published