nblumhardt / superpowerLinks
A C# parser combinator library
☆19Updated 5 years ago
Alternatives and similar repositories for superpower
Users that are interested in superpower are comparing it to the libraries listed below
Sorting:
- Metadata-based part discovery for MEF, uses the Roslyn metadata reader and is faster than reflection.☆18Updated 9 years ago
- Efficient implementations of standard .NET collection interfaces using tree data structures☆46Updated 5 years ago
- Internal application architecture via command and event messages☆32Updated this week
- A Roslyn inspired rewrite of NQuery☆75Updated last year
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆77Updated 2 weeks ago
- Helper objects to browse complex structures returned by ClrMD☆66Updated 3 months ago
- Common Intermediate Language (CIL) assembler available as a library, based on Mono assembler.☆57Updated 2 years ago
- A .NET library for using reflection emit in a fluent way.☆33Updated last year
- This project uses Source Generation to generate an interface and a Proxy class for classes. This makes it possible to wrap external class…☆47Updated 4 months ago
- Provides an almost drop-in replacement for System.IO.File, optimized for a very large number of small files. Data is batched in package f…☆20Updated 8 years ago
- An HTML generation library☆42Updated last week
- Scratch pad for various expression tree improvements.☆82Updated 3 years ago
- 🧵 Expressive aliases to ConfigureAwait(true) and ConfigureAwait(false)☆77Updated 2 years ago
- Simple tools for working with immutable trees☆60Updated last week
- Low level RESP handling tools for .NET, intended for consumption by other libraries☆50Updated 3 months ago
- A simple template base system of macros for C# that can be executed in design time☆67Updated last year
- Simple Git prerelease versioning integrated into SDK-based msbuild projects☆18Updated 6 years ago
- BigMachines is State Machine library for .NET☆44Updated 2 months ago
- A line-counter written in C# and using Intrinsics☆13Updated 2 years ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆72Updated 3 years ago
- Proof-of-concept of a simple CPU profiler written in C#☆22Updated 8 months ago
- LINQ bindings for the Z3 theorem prover from Microsoft Research.☆41Updated 6 months ago
- An allocation free Task-like object for async methods