xoofx / Antlr4AstLinks
Antlr4Ast is a .NET library that provides a parser and abstract syntax tree (AST) for ANTLR4/g4 files.
☆54Updated last year
Alternatives and similar repositories for Antlr4Ast
Users that are interested in Antlr4Ast are comparing it to the libraries listed below
Sorting:
- Implementation of a .NET GC in C# with NativeAOT☆89Updated 6 months ago
- Playground for testing msbuild in a "server" mode☆16Updated last year
- A .NET library for using reflection emit in a fluent way.☆33Updated 10 months ago
- Prototype NET (CLR) Profiler written in C#☆26Updated last year
- A port of the dotnet/runtime RyuJIT compiler to C#☆47Updated last year
- Linq for Span<T> using SourceGenerators☆54Updated 4 years ago
- On the fly disassemble C# code based on JitDasm☆129Updated 5 years ago
- Proof-of-concept of a simple CPU profiler written in C#☆21Updated 3 months ago
- The most revolutionary syntax visualizer☆76Updated 3 months ago
- Provides methodof, propertyof and fieldof equivalents of typeof .☆66Updated 7 months ago
- Low-level utilities and tools for working with the CLR and memory.☆37Updated last month
- SuperluminalPerf is a small .NET managed wrapper around the Superluminal PerformanceAPI.☆40Updated last year
- Merges the referenced types of local dependencies as private types into the target assembly, and removes the references to the local depe…☆37Updated 10 months ago
- Common Intermediate Language (CIL) assembler available as a library, based on Mono assembler.☆56Updated 2 years ago
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆76Updated last year
- ☆25Updated last year
- C# examples using WebGPU and NativeAOT☆49Updated 2 years ago
- Sample code to show how to walk the managed heap in C#☆31Updated last year
- Fast SIMD-based UTF-8 Validation in C#☆45Updated 7 months ago
- Creates fast, strongly typed delegates for accessing methods, fields and properties. The right overload is automatically chosen based on …☆22Updated 5 years ago
- A library to build .NET profilers in .NET☆150Updated last month
- A light-weight, performant interval tree in C#☆30Updated 5 months ago
- A source generator for embedding resource files directly into your assembly. Access them as a `ReadOnlySpan<byte>`, with no allocations o…☆24Updated 3 years ago
- Compare and Diff assemblies from different sources. Useful for determining what changes are introduced across versions, and if any are br…☆63Updated 6 months ago
- Provides structs that wrap pointers, and Unsafe methods for converting to and from `ref` pointers of any type.☆21Updated last year
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆72Updated 2 years ago
- The virtual file system embeds (js, css, html, cshtml) and other files into the dll, so that it can be used like a physical file during …☆28Updated last year
- Library to render to the terminal using C# and .NET☆32Updated last year
- Attempts to calculate the size of managed options (heap size) from within an application. Basically, compare this library to the SOS !Obj…☆22Updated last year
- Straightforward nint and nuint native integers, written in IL, probably second best to proper compiler support. Fully functional.☆28Updated 6 years ago