From 4a1467810d1cf9498db9507f36f78a0bd385c1e9 Mon Sep 17 00:00:00 2001
From: Leo Tenenbaum
toc
Compiler Source CodeMost of the source code for the toc
compiler is licensed under the GNU General Public License, version 3. See LICENSE
for more information.
Most of the source code for the toc
compiler is licensed under the GNU General Public License, version 3, and the rest (some small general utilities) is in the public domain. Each source file begins with a comment explaining its license.
See LICENSE
for the GNU General Public License.
toc
is written in C, for speed and portability. It has no dependencies, other than the C runtime library. If you want to be able to call external C functions at compile time, however, you will need libffcall
and libdl
(so this is only currently supported on Unix-y systems).