diff options
| author | Lua Team <team@lua.org> | 2004-12-30 12:00:00 +0000 |
|---|---|---|
| committer | repogen <> | 2004-12-30 12:00:00 +0000 |
| commit | e2493a40ee611d5a718fd2a81fe67e24c04c91a0 (patch) | |
| tree | 0dca96133b3cd52d262dfa2592ad076fc0ea7852 /etc/README | |
| parent | 226f7859b5392b6680b7e703f9cc7f7f101fd365 (diff) | |
| download | lua-github-5.1-work4.tar.gz | |
Lua 5.1-work45.1-work4
Diffstat (limited to 'etc/README')
| -rw-r--r-- | etc/README | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -5,6 +5,10 @@ all.c Full Lua interpreter in a single file. Do "make 1". +lua.hpp + Lua header files for C++. + This keeps the C interface to Lua. But Lua also compiles as clean C++. + lua.ico A Lua icon for Windows (and web sites, as favicon.ico). Drawn by hand by Markus Gritsch <gritsch@iue.tuwien.ac.at>. @@ -15,8 +19,7 @@ min.c noparser.c Linking with noparser.o avoids loading the parsing modules in lualib.a. - Do "make luab" to build a sample Lua intepreter that does not parse - Lua programs, only loads precompiled programs. + Do "make noparser" to see a demo. saconfig.c Configuration for Lua interpreter. |
