The parse module provides the API needed to convert a query string into an abstract syntax tree.
Use these apis if you are only interested in obtaining parser information from a query string.
Source text that will be used to build a filter chain.
parse Source text, turning it into an abstract syntax tree.
Any errors encountered result in a Left value, success Right.
Generated using TypeDoc
The parse module provides the API needed to convert a query string into an abstract syntax tree.
Use these apis if you are only interested in obtaining parser information from a query string.