RSQL parser for Node.js and Browsers
# with npm
npm install --save @rsql/parser
# with yarn
yarn add @rsql/parser
Parses RSQL string and returns Abstract Syntax Tree. It can throw the following errors:
TypeError
- in the case of invalid argument type passed to theparse
functionSyntaxError
- in the case of any problems encountered during parsing
MIT