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

1
.gitignore vendored
View File

@@ -29,6 +29,7 @@
/libports/include/libc-i386/
/libports/include/libc/
/libports/include/libpng
/libports/include/lua
/libports/include/lwip/lwip
/libports/include/lwip/netif
/libports/include/mupdf