Skip to content

stephenwoods/rpn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpn

A simple program that computes reverse polish notation functions on formatted CSV file values

To install and run:

  1. Install Node version >=0.12
  2. Clone the repository git clone https://github.com/stephenwoods/rpn
  3. Switch into the new directory cd rpn
  4. Install dependencies npm install
  5. Run using the command node index PATH_TO_CSV_FILE.csv > PATH_TO_OUTPUT_FILE.csv

You can run tests using npm test.

About

Simple program that computes rpn functions on csv file values

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors