Hey folks, I created this to augment the Octopart API while working on bill of materials tools for <a href="https://kitspace.org" rel="nofollow">https://kitspace.org</a>.<p>Working with Nearley was a fun experience and I recommend the blog post that got me started with it to anyone who is interested in writing a parser in JS: <a href="https://medium.com/@gajus/parsing-absolutely-anything-in-javascript-using-earley-algorithm-886edcc31e5e" rel="nofollow">https://medium.com/@gajus/parsing-absolutely-anything-in-jav...</a><p>We have started porting it to Antlr to make it language agnostic though we are still open to looking at other options as well. Does anyone have any good experience or some ideas for alternative approaches?