From 4a1467810d1cf9498db9507f36f78a0bd385c1e9 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Sun, 19 Jan 2020 23:21:56 -0500 Subject: extracted hash table for future use by foreign to avoid loading libraries twice --- README.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.html') diff --git a/README.html b/README.html index f00bf27..baa360d 100644 --- a/README.html +++ b/README.html @@ -46,7 +46,9 @@ it is nearly as fast in theory.

toc Compiler Source Code

-

Most 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).

-- cgit v1.2.3