lua

A copy of the Lua development repository
Log | Files | Refs | README

commit 9f791535cde1539338f6ba1b9154006595d97fe7
parent fbaf040f5effae90214887d10bfac710b836f281
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Tue, 29 Sep 2020 10:25:23 -0300

Merge branch 'master' of https://github.com/lua/lua

Adding file README.md to local repository.

Diffstat:
AREADME.md | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,7 @@ +# Lua + +This is the repository of Lua development code, as seen by the Lua team. It contains the full history of all commits but is mirrored irregularly. For complete information about Lua, visit [Lua.org](https://www.lua.org/). + +Please **do not** send pull requests. To report issues and send patches, post a message to the [Lua mailing list](https://www.lua.org/lua-l.html). + +Download official Lua releases from [Lua.org](https://www.lua.org/download.html).