RSQL Parser
npm install @rsql/parserRSQL parser for Node.js and Browsers






``shwith npm
npm install --save @rsql/parser
API
####
parse(source: string): ExpressionNodeParses RSQL string and returns Abstract Syntax Tree. It can throw the following errors:
-
TypeError - in the case of invalid argument type passed to the parse function
- SyntaxError` - in the case of any problems encountered during parsingMIT