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.Compiler |
Install
Install-Package Flame.Compiler
dotnet add package Flame.Compiler
paket add Flame.Compiler
Flame.Compiler Download (Unzip the "nupkg" after downloading)
Dependencies
3 packages depend on this package.
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.Compiler) includes the core Flame library, the compiler-oriented Flame.Compiler library, and the Pixie markup data library.
If you want to build a compiler with Flame, then I recommend that you also get the Flame.Front package.