Lua: Port of Lua runtime and simple example

The Lua runtime library is built in two variants: ANSI C and C++. The
C++ provides all Lua API function with C++ linkage and uses C++
exceptions instead of setjmp/longjmp for protected execution of Lua
chunks.

The ported version of Lua is 5.1.5.
This commit is contained in:
Christian Helmuth
2012-05-06 21:56:37 +02:00
parent bd3c53be31
commit 0200c27e33
13 changed files with 187 additions and 0 deletions

View File

@@ -13,3 +13,4 @@ l4linux
lx_hybrid_ctors
lx_hybrid_exception
lx_hybrid_pthread_ipc
moon