This package contains the code generator of the .NET Modelling Framework (NMF) AnyText packaged as a .NET Core Tool.
$ dotnet add package NMF-AnyTextGenThis 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 code generator that generates C# classes (grammar and optionally the metamodel classes) from an extended EBNF specification of your DSL. It must be installed as a .NET tool.
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.