C#C
C#2y ago
1 reply
oke

Where can I find a working library for making a LLVM compiler?

I found this library (https://github.com/dotnet/LLVMSharp) that provides extern references for the LLVM lib, but it doesn't work and seems to be abandoned.
Does anyone know of other C# libraries that would help with making an LLVM compiler? Even better if it natively supports Antlr ASTs.

Thanks
GitHub
LLVM bindings for .NET Standard written in C# using ClangSharp - dotnet/LLVMSharp
GitHub - dotnet/LLVMSharp: LLVM bindings for .NET Standard written ...
Was this page helpful?