Download: http://archive.info-mac.org/dev/src/c-interp-c.hqx
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.
---
