This package contains the AnyText libraries
$ dotnet add package NMF-AnyTextThis package contains the core AnyText library, an incremental packrat parser with support for left recursive grammars and optimized for the Language Server Protocol (LSP).
This package contains the AnyText metamodel and some helper classes used by the tooling to use the NMF modeling foundation with AnyText.
Hence, when generating your grammar from a .anytext file, you will need this package as a runtime dependency rather than NMF-AnyText-Core.
Use this package as a top-level reference in your project if you are consuming DSL instances in an application that needs to parse DSLs built using AnyText,
use the NMF-AnyText-LSP for the LSP integration.
There is a documentation website which we try to maintain that contains a few tutorials. There are publications if you want to explore the technical details. Also, please feel free to ask a question or report a bug.