Skip to content
This repository has been archived by the owner on Sep 12, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 244 Bytes

readme.MD

File metadata and controls

15 lines (10 loc) · 244 Bytes

Lisp Parentheses Checker

A node program. This program is run from the command line like so:

npm run start "(2+2)"

or

node index.js "(2+2)"

To run tests, type npm run test in the command line. Mocha is the test library.