Imported from ../lua-2.2.tar.gz.lua-2.2
commit0849a2fd1cf4d4978cf76e60041ba3ce44bcfb30
authorLua Team <team@lua.org>
Tue, 28 Nov 1995 19:22:48 +0000 (28 19:22 +0000)
committerLua Team <team@lua.org>
Tue, 28 Nov 1995 19:22:48 +0000 (28 19:22 +0000)
treec704e97b80e52a52d3152738941bb4c8ca676b97
parent5904d2ed37a59d6be3b73909ce5c1b75f46198b1
Imported from ../lua-2.2.tar.gz.
42 files changed:
COPYRIGHT
README
clients/lib/Makefile
clients/lib/iolib.c
clients/lib/mathlib.c
clients/lib/strlib.c
clients/lua/Makefile
clients/lua/lua.c
doc/Makefile [new file with mode: 0644]
doc/manual.dvi [deleted file]
doc/manual.ps
domake
include/Makefile
include/lua.h
include/luadebug.h [new file with mode: 0644]
include/lualib.h
src/Makefile
src/fallback.c
src/fallback.h
src/func.c [new file with mode: 0644]
src/func.h [new file with mode: 0644]
src/hash.c
src/inout.c
src/inout.h
src/lex.c
src/lua.stx [moved from src/yacc/lua.stx with 71% similarity]
src/opcode.c
src/opcode.h
src/parser.c
src/parser.h
src/table.c
src/table.h
src/tree.c
src/tree.h
src/yacc/Makefile [deleted file]
test/README [new file with mode: 0644]
test/examples/complex/complex.lua [new file with mode: 0644]
test/examples/complex/mandel.lua [new file with mode: 0644]
test/examples/ps/hilbert.lua [new file with mode: 0644]
test/examples/ps/ps.lua [new file with mode: 0644]
test/save.lua
test/type.lua