indigo-0.6.0: Convenient imperative eDSL over Lorentz.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Indigo.Frontend

Description

Indigo compiler front-end.

For reference, "front-end" refers to the part of the compiler pipeline that comes before the intermediate representation. In our case, intermediate representation is defined in Indigo.Frontend.Internal.Statement.

This module exports the syntactical constructs of the Indigo language, along with the required types.

Documentation