summaryrefslogtreecommitdiff
path: root/etc/README
blob: 6a383ef80d0106c737c23c1139a4149b104ed119 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
This directory contains some useful files and code.
Unlike the code in ../src, everything here is in the public domain.

lua.ico
	A Lua icon for Windows (and web sites, as favicon.ico).
	Drawn by hand by Markus Gritsch <gritsch@iue.tuwien.ac.at>.

min.c
	A minimal Lua interpreter.
	Good for learning and for starting your own.

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.

saconfig.c
	Configuration for Lua interpreter.