A simple program that computes reverse polish notation functions on formatted CSV file values
To install and run:
- Install Node version >=0.12
- Clone the repository
git clone https://github.com/stephenwoods/rpn - Switch into the new directory
cd rpn - Install dependencies
npm install - Run using the command
node index PATH_TO_CSV_FILE.csv > PATH_TO_OUTPUT_FILE.csv
You can run tests using npm test.