Calculates the postfix notation for spreadsheets considering its reference to different cells.
Expects a csv input file
node 8.4.0
$ npm install
$ npm start
Verbose config
- Set verbose true to see the summary of each test (including performance), but not logs
- Set verbose false to see the log generated by each test.
"verbose": true
npm test
or
npm t