0.0.1-alpha-6c88c35 • Published 2 years ago

@arql/parser v0.0.1-alpha-6c88c35

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

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.