Add Lua 5.1 source files and documentation, including core libraries, interpreter, and test scripts.

This commit is contained in:
2025-04-11 21:58:02 +01:00
parent 81c4f80b71
commit 44c788dde1
102 changed files with 25663 additions and 0 deletions

15
ref/lua-5.1/doc/lua.css Normal file
View File

@@ -0,0 +1,15 @@
body {
color: #000000 ;
background-color: #FFFFFF ;
font-family: sans-serif ;
}
a:link {
color: #000080 ;
}
a:link:hover, a:visited:hover {
color: #000080 ;
background-color: #E0E0FF ;
}