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.Build.Lazy |
Install
Install-Package Flame.Build.Lazy
dotnet add package Flame.Build.Lazy
paket add Flame.Build.Lazy
Flame.Build.Lazy 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.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.