C-INTERCAL-0.33

Introduction to C-INTERCAL

The C-INTERCAL package contains a compiler for the Compiler Language With No Pronounceable Acronym (INTERCAL).

Installation of C-INTERCAL

Install C-INTERCAL by executing the following commands:

autoreconf -fiv &&
./configure --prefix=/usr &&
make

Now as the root user:

make install

Contents

Installed Programs: convickt and ick
Installed Libraries: libick.a, libickec.a, libickmt.a, and libyuk.a
Installed Directories: /usr/include/ick-0.33 and /usr/share/ick-0.33

Short Descriptions

convickt

converts INTERCAL files between formats

ick

is the INTERCAL compiler

libick.a

contains the runtime functions for the INTERCAL compiler

libickec.a

contains the runtime functions for INTERCAL programs

libickmt.a

is the multithreaded version of libick.a

libyuk.a

contains support functions for yuk, the INTERCAL debugger