prior-art-archive / uspto-query-parser

An npm package to parse a USPTO query into a structured object
MIT License
1 stars 0 forks source link

Add nearley #2

Closed slifty closed 5 years ago

slifty commented 5 years ago

This adds the Nearley library and the base boilerplate for compiling and testing grammar files. It doesn't actually set up any real grammar files beyond a hello world.

This PR resolves #1