A simple way to create a syntax highlighting editor for a custom language/grammar and/or create custom grammar parsers. This is a .NET project written in C#. See details here: http://acct001.com/wordpress/?p=190
Features
- Create grammar/language parsers at run-time, no input files, no intermediary parser
- Zero-file set-up -- just reference the DLL and write your grammar directly in C# or VB.NET
- Syntax highlighting support for the editor of your choice
- ScintillaNET editor example included
- Simple C#-like language parser example included
- Supports deterministic LL(1) parsing (MatchStyle.First)
- Supports non-deterministic LL(infinity) parsing (MatchStyle.All)
License
GNU Library or Lesser General Public License version 3.0 (LGPLv3)Follow Basic Parser Generator
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Very useful. Thanks.