Imported from ../lua-2.1.tar.gz.lua-2.1
commit5904d2ed37a59d6be3b73909ce5c1b75f46198b1
authorLua Team <team@lua.org>
Tue, 20 Jun 1995 18:25:36 +0000 (20 18:25 +0000)
committerLua Team <team@lua.org>
Tue, 20 Jun 1995 18:25:36 +0000 (20 18:25 +0000)
tree35e9e9999968c4f13a25a5f647203456f044274a
parent0d238cf0c753e856b93207e25c8ed06fa05850c1
Imported from ../lua-2.1.tar.gz.
52 files changed:
COPYRIGHT [new file with mode: 0644]
Makefile [deleted file]
README
clients/lib/Makefile
clients/lib/iolib.c
clients/lib/mathlib.c
clients/lib/mathlib.h
clients/lib/strlib.c
clients/lib/strlib.h
clients/lua/Makefile
clients/lua/lua.c
doc/lua.dvi [deleted file]
doc/lua.ps [deleted file]
doc/manual.dvi
doc/manual.ps
domake
include/Makefile [new file with mode: 0644]
include/lua.h
include/lualib.h
include/mm.h [deleted file]
src/Makefile
src/fallback.c [new file with mode: 0644]
src/fallback.h [new file with mode: 0644]
src/hash.c
src/hash.h
src/inout.c
src/inout.h
src/lex.c
src/mem.c [new file with mode: 0644]
src/mem.h [new file with mode: 0644]
src/opcode.c
src/opcode.h
src/parser.c [moved from src/y.tab.c with 52% similarity]
src/parser.h [moved from src/y.tab.h with 70% similarity]
src/table.c
src/table.h
src/tree.c [new file with mode: 0644]
src/tree.h [new file with mode: 0644]
src/types.h [new file with mode: 0644]
src/ugly.h [new file with mode: 0644]
src/yacc/Makefile
src/yacc/exscript [deleted file]
src/yacc/lua.lex [deleted file]
src/yacc/lua.stx
test/array.lua
test/dump.lua [moved from test/dump with 67% similarity]
test/long.lua [moved from test/teste.lua with 96% similarity]
test/save.lua
test/sort.lua
test/sort/q.lua [deleted file]
test/sort/sort.lua [deleted file]
test/type.lua