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 | Your top-rated shield against malware and online scams
Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
Rate This Project
Login To Rate This Project
User Reviews
-
Very useful. Thanks.