diff options
| author | Lua Team <team@lua.org> | 2010-05-18 12:00:00 +0000 |
|---|---|---|
| committer | repogen <> | 2010-05-18 12:00:00 +0000 |
| commit | f970e1e83ed07bbcf8a20fc1a95f91a0a2aae620 (patch) | |
| tree | 005b26e8ebf7553ba5c7a66700866be3e42443d0 /etc/README | |
| parent | ecd48c2901f08a88db32139b97c35c59eba1f19e (diff) | |
| download | lua-github-5.2.0-work3.tar.gz | |
Lua 5.2.0-work35.2.0-work3
Diffstat (limited to 'etc/README')
| -rw-r--r-- | etc/README | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -4,23 +4,26 @@ Unlike the code in ../src, everything here is in the public domain. If any of the makes fail, you're probably not using the same libraries used to build Lua. Set MYLIBS in Makefile or in the command line accordingly. -one.c - Full Lua interpreter in a single file. - Do "make one" for a demo. +dummy.c: + A minimal Lua library for testing dynamic loading. + Do "make so" for a demo. luavs.bat Script to build Lua under "Visual Studio .NET Command Prompt". Run it from the toplevel as etc\luavs.bat. min.c - A minimal Lua interpreter. - Good for learning and for starting your own. + A minimal Lua interpreter for learning and for starting your own. Do "make min" for a demo. noparser.c Linking with noparser.o avoids loading the parsing modules in lualib.a. Do "make noparser" for a demo. +one.c + Full Lua interpreter in a single file. Also library and compiler. + Do "make one" for a demo. + strict.lua Traps uses of undeclared global variables. Do "make strict" for a demo. |
