Skip to content
Shane Brinkman-Davis Delamore edited this page Aug 6, 2017 · 4 revisions

BabelBridgeJs Build Status

BabelBridge empowers you to write parsers quickly, elegantly and with very little code. BabelBridge is based on Parsing Expression Grammars (PEG), but unlike other libraries, BabelBridge is not a parser-generator. There is no build step. Just extend a class, add some rules and you are ready to parse. With BabelBridge you can create and, more importantly, extend your parsers at runtime.

  • Inspired by my earlier Babel Bridge Ruby Gem, the JavaScript version is turning out to be even more awesome!
Clone this wiki locally