This package contains the core AnyText implementation of NMF, used to implement incremental packrat parsers in .NET languages
$ dotnet add package NMF-AnyText-CoreThis package contains the core AnyText library, an incremental packrat parser with support for left recursive grammars and optimized for the Language Server Protocol (LSP).
In most cases, it is recommended to use the extended EBNF syntax to specify a grammar for AnyText, so rather use the NMF-AnyText package that will
extend this package with tooling.
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.