christophevg / human-parser-generatorLinks
A straightforward recursive descent Parser Generator with a focus on "human" code generation and ease of use.
☆32Updated 2 years ago
Alternatives and similar repositories for human-parser-generator
Users that are interested in human-parser-generator are comparing it to the libraries listed below
Sorting:
- A compiler framework for managed code.☆53Updated 6 years ago
- Grammatica is a C# and Java parser generator (compiler compiler)☆95Updated 4 years ago
- Dyalect is a dynamic programming language for .NET.☆79Updated 7 months ago
- A working compiler for the TaffyScript programming language.☆40Updated 7 years ago
- A homebrew toy programming language. Constructs an AST and validates scoping rules. Has type inference, supports functions and currying, …☆42Updated 7 years ago
- This parser is an implementation of a Packrat Parser with support for left-recursion. The algorithm for left recursion is a modified vers…☆16Updated 6 years ago
- GPPG is a parser generator that produces parsers written in the C# V2 or higher. The input language is YACC-like, and the parsers are LAL…☆44Updated 2 years ago
- The Loyc Core Libraries. Loyc.Essentials fills in gaps in the .NET Base Class Library; Loyc.Collections adds sophisticated data structure…☆48Updated 3 years ago
- Transpiles a C# subset to non .NET languages. (Powered by Roslyn)☆136Updated 2 years ago
- GPLEX is a scanner generator which produces lexical scanners written in C# V2 or higher. The input language is similar to the original LE…☆59Updated 5 years ago
- Simple Interpreted Language Kit (SILK). An easy way to add scripting and automation to your .NET applications.☆19Updated last year
- Visual Studio debugging visualizer, and .NET visualization controls, for ANTLR4 parse trees☆72Updated 3 years ago
- A bytecode compiler and virtual machine for the Lox language, in C#. Includes a C# / Lox object interface generator and bytecode serializ…☆20Updated 11 months ago
- [obsolete] This is the stark compiler forked from the Roslyn .NET compiler C# with rich code analysis APIs.☆12Updated 6 years ago
- Recursive descent LL(k) parser for .NET with Fluent API, BNF, EBNF and Gold Grammars☆153Updated 10 months ago
- A C# to Native Code (D, C++ etc...) Transpiler based on Microsoft Roslyn☆67Updated 10 years ago
- The companion repository of the article https://tomassetti.me/transpiling-languages-from-vba-to-vb-net/☆17Updated 6 years ago
- Fork of the C# Tiny Parser Generator by Herre Kuijpers.☆58Updated 4 years ago
- An experimental structured code editor prototype for a subset of C#☆52Updated 3 years ago
- A PEG parser generator for .NET that integrates with MSBuild and Visual Studio.☆216Updated 2 years ago
- A C# syntax rewriter☆20Updated 2 years ago
- C# code to C "compiler"☆10Updated 8 years ago
- .NET binding for nanovg☆29Updated 7 years ago
- A C# wrapper of cairo http://cairographics.org/☆72Updated 5 years ago
- Bite is a dynamically typed programming language. Embedded in C#☆50Updated 3 years ago
- A cross-platform compiler/interpreter .NET Standard implementation of the Lox language.☆17Updated 4 years ago
- A .NET Standard server-side implementation of Language Server Protocol 2.0/3.x infrastructure library.☆83Updated 3 years ago
- Quick and dirty port of jcpp to .NET, with features to support Clang preprocessing☆18Updated 10 years ago
- Static analysis of MSIL based on the analysis-net infrastructure☆19Updated 3 years ago
- a minimal example of C# wasm WebGL app based on NativeAOT-LLVM WebAssembly☆21Updated 4 years ago