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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
-
Very useful. Thanks.