The SDPParser was developed using Peg.js, a parser generator for JavaScript. The grammar syntax is very easy to learn and use. There is also an online development tool.
The testing is done using Jasmine. To run the tests just run npm test
or jasmine
.