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

More grammar #7

Closed slifty closed 4 years ago

slifty commented 4 years ago

This adds support for the following items:

It does not add support for field validation and date comparisons (e.g. @ad>10102019), which appears to be the final major requirement for this first pass.

Related to issue #3