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.Optimization) includes the only the optimization-oriented Flame.Optimization library, and relies on the core Flame.Compiler package. 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.OptimizationNo README available.