forked from migueletto/plua
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathReadme.txt
28 lines (20 loc) · 942 Bytes
/
Readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Plua2 is a port of Lua 5.0.3 (plus a small IDE) for the Palm Computing platform.
Lua is a programming language designed at TeCGraf, the Computer Graphics
Technology Group of PUC-Rio, Brazil.
More information on Lua can be found at http://www.lua.org
More information on Plua can be found at http://meusite.uai.com.br/~mmand/plua/plua.htm
There is a Plua discussion group at http://groups.yahoo.com/group/plua (registration required)
THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY, SO USE IT AT YOUR OWN RISK.
Plua is Copyright (C) Marcio Migueletto de Andrade.
---
Package contents:
doc:
pluadoc.htm: Plua documentation
pluafaq.htm: Plua FAQ
ChangeHistory.txt: change log
prc:
plua2.prc: Plua program (contains editor, compiler and runtime)
plua2rt.prc: Plua runtime (contains runtime only)
plua2help.prc: Plua online help
libkit:
Development files and examples to build Plua libraries in C