Search code examples
interpreterc89

High level - interpreted language in C89


I need any high level language interpreter written in C89. What are my options?

I would like to take the language and possible extend it to support some of the low level OS dependent functionality of the host platform.

The interpreted language can be any high scripting style style.


Solution

  • After some looking, what I wanted was an extension language. The strongest contender is Lua.

    There is a nice discussion here: here