https://github.com/faforever/lua-lang
The Lua language modified to behave like it does in Supreme Commander Forged Alliance
https://github.com/faforever/lua-lang
Last synced: 12 months ago
JSON representation
The Lua language modified to behave like it does in Supreme Commander Forged Alliance
- Host: GitHub
- URL: https://github.com/faforever/lua-lang
- Owner: FAForever
- License: other
- Created: 2021-06-22T04:18:02.000Z (about 5 years ago)
- Default Branch: lua-5.0
- Last Pushed: 2023-03-05T23:54:28.000Z (over 3 years ago)
- Last Synced: 2025-04-13T19:50:21.901Z (over 1 year ago)
- Language: C
- Size: 272 KB
- Stars: 1
- Watchers: 8
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README
- Changelog: HISTORY
Awesome Lists containing this project
README
This is Lua 5.0.
See HISTORY for a summary of changes since the last released version.
* What is Lua?
------------
Lua is a powerful, light-weight programming language designed for extending
applications. Lua is also frequently used as a general-purpose, stand-alone
language. Lua is free software.
For complete information, visit Lua's web site at http://www.lua.org/ .
For an executive summary, see http://www.lua.org/about.html .
Lua has been used in many different projects around the world.
For a short list, see http://www.lua.org/uses.html .
* Availability
------------
Lua is freely available for both academic and commercial purposes.
See COPYRIGHT and http://www.lua.org/license.html for details.
Lua can be downloaded from its official site http://www.lua.org/ and
several other sites aroung the world. For a complete list of mirror sites,
see http://www.lua.org/mirrors.html .
* Installation
------------
Lua is implemented in pure ANSI C, and compiles unmodified in all known
platforms that have an ANSI C compiler. Under Unix, simply typing "make"
should work. See INSTALL for detailed instructions.
* Contacting the authors
----------------------
Send your comments, questions, and bug reports to lua@tecgraf.puc-rio.br.
For more information about the authors, see http://www.lua.org/authors.html .
For reporting bugs, try also the mailing list: lua-l@tecgraf.puc-rio.br.
For more information about this list, including instructions on how to
subscribe and access the archives, see http://www.lua.org/lua-l.html .
* Origin
------
Lua is developed at Tecgraf, the Computer Graphics Technology Group
of PUC-Rio (the Pontifical Catholic University of Rio de Janeiro in Brazil).
Tecgraf is a laboratory of the Department of Computer Science.
(end of README)