Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 361 Bytes

dev.md

File metadata and controls

5 lines (4 loc) · 361 Bytes

Development

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.

Testing

The testing is done using Jasmine. To run the tests just run npm test or jasmine.