devshorts / LanguageCreatorLinks
A homebrew toy programming language. Constructs an AST and validates scoping rules. Has type inference, supports functions and currying, classes with constructors (but no inheritance), while and for loops, if/elseif/else conditionals, exceptions, dynamic objects, and more
☆42Updated 7 years ago
Alternatives and similar repositories for LanguageCreator
Users that are interested in LanguageCreator are comparing it to the libraries listed below
Sorting:
- Recursive descent LL(k) parser for .NET with Fluent API, BNF, EBNF and Gold Grammars☆151Updated 7 months ago
- Micro C# Compiler☆47Updated 4 years ago
- Fork of the C# Tiny Parser Generator by Herre Kuijpers.☆58Updated 4 years ago
- A compiler framework for managed code.☆53Updated 6 years ago
- Dyalect is a dynamic programming language for .NET.☆79Updated 4 months ago
- A working compiler for the TaffyScript programming language.☆40Updated 6 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…☆58Updated 4 years ago
- The IronMeta parser generator provides a programming language and application for generating pattern matchers on arbitrary streams of obj…☆81Updated 3 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
- Swift compiler for .NET☆53Updated 10 years ago
- DeveelDB is a complete SQL database system, primarly developed for .NET/Mono frameworks☆95Updated 6 years ago
- A straightforward recursive descent Parser Generator with a focus on "human" code generation and ease of use.☆32Updated 2 years ago
- The Loyc Core Libraries. Loyc.Essentials fills in gaps in the .NET Base Class Library; Loyc.Collections adds sophisticated data structure…☆47Updated 3 years ago
- Running C#/F# code in Node.js or Browser with WebAssembly☆91Updated 2 years ago
- A scripting language for .NET Core☆385Updated 4 months ago
- Language for Embeddable .NET Scripting☆91Updated 5 years ago
- Grammatica is a C# and Java parser generator (compiler compiler)☆94Updated 3 years ago
- Home of LoycCore, the LES language of Loyc trees, the Enhanced C# parser, the LeMP macro preprocessor, and the LLLPG parser generator.☆177Updated last year
- The Waf DotNetPad is a simple and fast code editor that makes fun to program with C# or Visual Basic.☆144Updated 2 months ago
- A GUI-based CIL browser running on .NET Core☆13Updated 2 years ago
- A PEG parser generator for .NET that integrates with MSBuild and Visual Studio.☆214Updated last year
- C parser, compiler, and interpreter for .NET☆286Updated 5 months ago
- Roslyn extensions, with a touch of meta-programming.