Basic Parser Generator is a run-time source code driven custom language generator that should provide a convenient and fast alternative to fully fledged parser generators. It requires no custom grammar input files and no intermediary generated grammars.
The parser is built directly from source code (C# or VB.NET) and has built-in syntax highlighting support for potentially any editor. There is an included ScintillaNET example - as ScintillaNET provides no out-of-the-box ability to customize your own grammar and combine it with its great syntax highting and auto-completion capabilities.
To get started - download the latest ZIP file, unzip, open the included SLN file (using Visual Studio or Visual C# Express 2010), run, and adapt the given example to your own grammar.
Welcome to Help
Basic Parser Generator is a run-time source code driven custom language generator that should provide a convenient and fast alternative to fully fledged parser generators. It requires no custom grammar input files and no intermediary generated grammars.
The parser is built directly from source code (C# or VB.NET) and has built-in syntax highlighting support for potentially any editor. There is an included ScintillaNET example - as ScintillaNET provides no out-of-the-box ability to customize your own grammar and combine it with its great syntax highting and auto-completion capabilities.
To get started - download the latest ZIP file, unzip, open the included SLN file (using Visual Studio or Visual C# Express 2010), run, and adapt the given example to your own grammar.
See more details here: http://acct001.com/wordpress/?p=190