Info
Version: | 0.10.2 |
Author(s): | Jonathan Van der Cruysse |
Last Update: | Monday, September 18, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/jonathanvdc/Flame |
NuGet Url: | https://www.nuget.org/packages/Flame.Optimization |
Install
Install-Package Flame.Optimization
dotnet add package Flame.Optimization
paket add Flame.Optimization
Flame.Optimization Download (Unzip the "nupkg" after downloading)
Dependencies
- Flame.Compiler(>= 0.10.2)
Tags
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.