Lard Toolkit User Guide

lc - Lard Compiler

Name

lc - Compile lard source program into icode intermediate language.

Synopsis

lc [options] source

Description

lc compiles a lard source program into an icode intermediate language file. A simpler interface to the compiler is provided by the driver program lcd.

Options

-o file

Send icode output to file.

-v

Be verbose - list the files as they are processed and indicate the passes of the compiler as they take place.

-std

Note that the following source file is part of the "standard" library, supressing some errors.

-g

Enable source code debugging.

-d file

Read dcode from file.

-od file

Output dcode to file.

-dX, -pN

For debugging the internals of the compiler and not described here.

-help

Display usage information.