We need to port JavaScript Module to Java
https://github.com/SimplePEG/JavaScript/blob/master/src/rd_parser.js
I highly recommend to do write tests for each and every method (it will help a lot)
https://github.com/SimplePEG/JavaScript/blob/master/test/rd_parser.combo.spec.js
To make RD parser work we need to write:
PS: WARNING - JS, Java, Python and Go version should behave the same, so if you spot problems in code don't fix them, create an issue in SimplePEG/SimplePEG
We need to port JavaScript Module to Java
https://github.com/SimplePEG/JavaScript/blob/master/src/rd_parser.js
I highly recommend to do write tests for each and every method (it will help a lot)
https://github.com/SimplePEG/JavaScript/blob/master/test/rd_parser.combo.spec.js
To make RD parser work we need to write:
PS: WARNING - JS, Java, Python and Go version should behave the same, so if you spot problems in code don't fix them, create an issue in SimplePEG/SimplePEG