man ick (Commandes) - intercal compiler

NAME

ick - intercal compiler

SYNOPSIS

ick [options] files ...

DESCRIPTION

This manual page documents briefly the ick command. This manual page was written for the Debian GNU/Linux distribution (but may be used by others), because the original program does not have a manual page. Instead, it has other documentation in /usr/share/doc/intercal and /usr/share/doc/intercal/examples as one would expect on a debian system.

ick takes intercal programs and generates code from them (by running gcc.)

OPTIONS

-c
Leave generated C source code in place.
-d
Eenables verbose parse reporting from the yacc/bison parser.
-t
Requires strict INTERCAL-72 compliance (rejecting COME FROM and the extensions for bases other than two).
-b
Disables the INTERCAL-72 random-bug feature.
-O
Attempt to optimize generated code.
-C
Clockface output.
-?
Usage help.

SEE ALSO

The newsgroup alt.lang.intercal and the web page http://www.tuxedo.org/~esr/intercal/

AUTHOR

ick was written by Eric S. Raymond. This manual page was written by Mark W. Eichin <eichin@kitten.gen.ma.us>, for the Debian GNU/Linux system.