csly
Parser generator
A C# library that simplifies generating and maintaining lexer/parsers using compact definition syntax
a C# embeddable lexer and parser generator (.Net core)
374 stars
13 watching
35 forks
Language: C#
last commit: 6 days ago
Linked from 2 awesome lists
csharpdot-netexpression-parsergrammar-ruleslexerlexer-generatormathematical-parserparserparser-generatorrecursive-descent-parser
Related projects:
Repository | Description | Stars |
---|---|---|
jwtowner/lug | A C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling. | 68 |
benjamin-hodgson/pidgin | A lightweight and fast parsing library for C#. | 919 |
gerhobbelt/jison | An API for creating parsers in JavaScript that generates bottom-up parsers from grammar files | 118 |
scymtym/esrap | A parser generator tool for building Common Lisp parsers with efficient parsing and error reporting capabilities. | 78 |
krasin-ga/matryoshki | A framework for creating type-agnostic decorators and adapters using C# source generators | 28 |
youxkei/ctpg | A tool for generating parsers at compile-time using D programming language | 45 |
sickheadgames/tinypg | A tool that generates parsers and scanners for C# programs | 58 |
daver32/interfacegenerator | A tool to automatically generate interfaces from classes | 36 |
uplinkcoder/fancypars-lite | A fast parser generator tailored for transcompilers with a custom grammar format needing further documentation. | 5 |
haskell/alex | A tool for generating lexical analysers in Haskell | 297 |
goccmack/gocc | A tool for generating lexers and parsers from a BNF file with semantic actions. | 615 |
qwertie/lllpg-samples | A collection of examples and demos showcasing the functionality of a parser generator for C# | 12 |
dbremner/peg-sharp | Automates C# code generation for arbitrary parsing expression grammars. | 3 |
quil-lang/alexa | A tool for generating lexical analyzers in Common Lisp. | 60 |
lokimidgard/csv-parser-generator | A tool to parse CSV files with support for uncommon line separators and nullable handling | 5 |