Lastik-0.3: A library for compiling programs in a variety of languages

Lastik.Scala.Target

Description

A module that represents the target levels to scalac and scaladoc.

Synopsis

Documentation

data Target Source

Specify for which target object files should be built (jvm-1.5,jvm-1.4,msil)

Constructors

JVM1_5
jvm-1.5
JVM1_4
jvm-1.4
MSIL
msil

Instances