Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 328 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 328 Bytes

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