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
Passwordless Authentication and Passwordless Security
It’s no secret — passwords can be a real headache, both for the people who use them and the people who manage them. Over time, we’ve created hundreds of passwords, it’s easy to lose track of them and they’re easily compromised. Fortunately, passwordless authentication is becoming a feasible reality for many businesses. Duo can help you get there.
Rate This Project
Login To Rate This Project
User Reviews
-
Very useful. Thanks.