Flame is a collection of modular, open-source .NET libraries that can be leveraged to build a compiler. It provides reusable components and a common compilation pipeline, which can be extended with additional passes, to suit the specific needs of source and target languages. This package (Flame.Build.Lazy) defines lazy implementations for several IR constructs, such as types, fields, methods and properties. If you want to build a compiler with Flame, then I recommend that you also get the Flame.Front package.
License
—
Deps
1
Install Size
—
Vulns
✓ 0
Published
Sep 18, 2017
$ dotnet add package Flame.Build.LazyNo README available.