C Interpreter Source Code

Source in C, Pascal, etc. Note: apps that come with source should be included here as well as the appropriate software directory.
User avatar
Info-Mac
Administrator
Posts:13716
Joined:December 21st, 1988, 11:00 am
C Interpreter Source Code

Post by Info-Mac » June 8th, 1993, 9:00 am

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.
---
Post Reply