christophevg / human-parser-generator
A straightforward recursive descent Parser Generator with a focus on "human" code generation and ease of use.
☆32Updated last year
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 5 years ago
- IL to JavaScript Compiler☆143Updated 11 years ago
- A prototype of XPath-like queries for C# syntax trees☆17Updated 11 months 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…☆40Updated last year
- Drop-in-place Memory and Performance optimizations for LINQ☆24Updated 4 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 5 years ago
- Diesel is a DSL toolkit for .NET code generation for DDD☆17Updated 11 years ago
- [obsolete] This is the stark compiler forked from the Roslyn .NET compiler C# with rich code analysis APIs.☆12Updated 6 years ago
- Visual Studio project template for developing directly in CIL assembly language☆17Updated 2 years ago
- Recursive descent LL(k) parser for .NET with Fluent API, BNF, EBNF and Gold Grammars☆149Updated last month
- Minimal, one file Json Parser for .Net☆10Updated 12 years ago
- A working compiler for the TaffyScript programming language.☆40Updated 6 years ago
- A fork of https://difflib.codeplex.com/☆16Updated 9 years ago
- Visual Studio debugging visualizer, and .NET visualization controls, for ANTLR4 parse trees☆70Updated 2 years ago
- C# CSS flexbox implement, and more... . Adapt from https://github.com/kjk/flex☆19Updated 4 years ago
- A cross-platform .NET Standard library to get the cache line size (in bytes) of the processor.☆16Updated 6 years ago
- Dyalect is a dynamic programming language for .NET.☆79Updated 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…☆55Updated 4 years ago
- A simple Prolog interpreter written in C#☆12Updated last year
- This project's intention is to provide the minimal code to draw a triangle on Windows, Mac, and Linux using .NET Core☆46Updated 2 years ago
- Read & edit .sln solution files with various tools: .Subsln files, Visual Studio plugin, command line tool & .NET libraries.☆26Updated 2 years ago
- A bytecode compiler and virtual machine for the Lox language, in C#. Includes a C# / Lox object interface generator and bytecode serializ…☆19Updated 2 months ago
- Roslyn portable (aka RoslynP) is an experimental Roslyn subset intended for use with any language, not just C# and VB supported by normal…☆14Updated 4 years ago
- Open sourced object oriented scripting language implemented in C#☆16Updated 7 months ago
- A homebrew toy programming language. Constructs an AST and validates scoping rules. Has type inference, supports functions and currying, …☆42Updated 6 years ago
- Static analysis of MSIL based on the analysis-net infrastructure☆19Updated 2 years ago
- Blittable .NET structs☆16Updated 9 years ago
- Companion code for my article on Span<T> and Memory<T>☆12Updated 6 years ago
- Quick and dirty port of jcpp to .NET, with features to support Clang preprocessing☆17Updated 10 years ago
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 5 years ago