Iambic-JS is a PEG-based parser compiler with error recovery for JavaScript, in the style of the Iambic parser library.
Iambic-JS (and the parsers it generates) may be considered as a Packrat-style recursive descent parser with infinite lookahead having O(n) time and space complexity.
Tagged releases (minified and gzipped) can be found in the downloads.
Please see the wiki for references and examples.
Iambic-JS is released under an MIT License. See LICENSE.txt for the licensing terms.