Info-Mac Archive Downloads: dev/src/ SourceCode

Back to dev/src/ SourceCode

C Interpreter Source Code (c-interp-c.hqx)

Download c-interp-c.hqx (47,011 KB)


Date: Wed, 2 Jun 1993 10:15:23 -0600
From: cshotton@oac.hsc.uth.tmc.edu (Chuck Shotton)
Subject: C Interpreter Source Code

C_Interp.sit contains the complete Think C source code for an interpreter
of a subset of C. It is implemented as a subroutine call that can be
embedded in any application, making it extremely easy to add scripting to
an existing application. Callbacks from the interpreted C code to the
calling application can be made. The source should compile without changes
on any Unix host as well. See the enclosed documentation for more details.

Note: I am not the original author of this code, but I have modified it to
create a stand-alone library function. See docs for credits.
---