@arql/parser
v0.0.1-alpha-6c88c35
Published
This library was generated with [Nx](https://nx.dev).
Downloads
14
Readme
parser
This library was generated with Nx.
Summary
The Parser's role is to take a string and construct an AST (Abstract Syntax Tree) which is independent of the models configured. It is "what is the user trying to ask for" without knowing what can be provided.
Building
Run nx build parser
to build the library.
Running unit tests
Run nx test parser
to execute the unit tests via Jest.