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
Get Avast Free Antivirus with 24/7 AI-powered online scam detection
Award-winning antivirus protection, as well as protection against online scams, dangerous Wi-Fi connections, hacked accounts, and ransomware. It includes Avast Assistant, your built-in AI partner, which gives you help with suspicious online messages, offers, and more.
Rate This Project
Login To Rate This Project
User Reviews
-
Very useful. Thanks.