freec

Safe HaskellSafe
LanguageHaskell2010

FreeC.Application.Options

Description

This module contains the command line argument parser and the data type that stores the values of the command line options.

Synopsis

Documentation

data Options Source #

Data type that stores the command line options passed to the compiler.

Constructors

Options 

Fields

makeDefaultOptions :: IO Options Source #

The default command line options.

The base library directory defaults to the base/coq directory in the cabal data directory.

By default output will be printed to the console. The compiler looks for imported files in the current directory and the output directory (if one is specified).