BCXLUA

This is an example of a LUA interpreter embedded in a BCX host program. It is configured as a STUB Interpreter, where the LUA source is compiled to byte code and appended to the interpreter stub. It is command line only, and I added only one function to the included libraries, a timer that is demonstrated in one of the LUA sample provided.

Download the interpreter:

bcxlua.zip

Source

Source in BCX for use with PellesC only. Tested with version BCX 4.74.

Download Source:

bcxluasource.zip