LanguageDev / YoakkeLinks
A collection of libraries for implementing compilers in .NET.
☆148Updated last month
Alternatives and similar repositories for Yoakke
Users that are interested in Yoakke are comparing it to the libraries listed below
Sorting:
- Collecting ideas for a new .NET language that could replace C#☆76Updated last year
- The compiler repository for the Draco programming language.☆130Updated 6 months ago
- Post-build IL optimizer and intermediate representation for .NET programs☆148Updated 10 months ago
- A compiler framework for managed code.☆53Updated 6 years ago
- A type-safe and space-efficient sum type for C# (comparable to discriminated unions in C or C++)☆73Updated last year
- Main repository for the stark compiler frontend + vscode integration + language specs☆153Updated last year
- Compiles LLVM IR (bytecode) or C to .NET Assemblies☆113Updated 2 years ago
- [work-in-progress] Highly functional and performant UTF-8 string primitive for C#☆179Updated last year
- A terminal-centric replacement for the .NET console APIs.☆109Updated last week
- A collection of various dangerous operations.☆28Updated 2 years ago
- Some wrappers and API and methods for fast and convenient declarative coding in C#☆48Updated 3 years ago
- Varena is a .NET library that provides a fast and lightweight arena allocator using virtual memory.☆195Updated last year
- .NET CIL interpreter written in simple subset of F#☆52Updated 2 years ago
- C compiler for the CLI platform☆423Updated last week
- A .NET library to parse XML at lightspeed with zero allocation.☆116Updated last year
- Serialize .NET Core assemblies☆312Updated 5 months ago
- Managed wrappers around the .NET Unmanaged API☆89Updated 8 months ago
- Run C# code at compile time.☆39Updated 5 years ago
- A replacement for Microsoft.VisualStudio.LanguageServer.Protocol☆34Updated 2 years ago
- Generates reference assemblies where all the internal types & members become public, and applies the IgnoresAccessChecksTo attribute☆202Updated last month
- A PEG parser generator for .NET that integrates with MSBuild and Visual Studio.☆214Updated 2 years ago
- Transpiles a C# subset to non .NET languages. (Powered by Roslyn)☆136Updated last year
- Cross-platform .NET library for computations whose arguments and results are objects that implement INotifyPropertyChanged and INotifyCol…☆118Updated 6 months ago
- Inject arbitrary IL code at compile time.☆256Updated 3 weeks ago
- Lightweight, Zero Allocation LINQ Implementation on `Span<T>`