Skip to content

Shunting Yard Algorithm implementation and postfix notation expressions evaluation.

License

Notifications You must be signed in to change notification settings

adileo/shunting-yard-math-evaluator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shunting Yard Algorithm implementation and postfix notation expressions evaluation.

How To:

npm install

Run test file:

node app.js

Documentation:

Here: docs.md

Generating Documentation:

npm install -g jsdoc-to-markdown

And then:

jsdoc2md "*.js" > docs.md

About

Shunting Yard Algorithm implementation and postfix notation expressions evaluation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published