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