freec

Safe HaskellNone
LanguageHaskell2010

FreeC.Backend

Description

This module contains the Backend data type and all available backends.

Synopsis

Documentation

data Backend Source #

Data type that represents a backend.

Constructors

Backend 

Fields

type BackendConverter = Module -> Application String Source #

Type synonym for the conversion function of a Backend.

backends :: Map String Backend Source #

A map of all available backends with the name of those backends as keys.

showBackends :: String Source #

Shows a list of all backends.

defaultBackend :: String Source #

Shows the name of the default backend.