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, libickec, libickmt, and libyuk (all static)
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

contains the runtime functions for the INTERCAL compiler

libickec

contains the runtime functions for INTERCAL programs

libickmt

is the multithreaded version of libick

libyuk

contains support functions for yuk, the INTERCAL debugger