rename fields to improve understanding, adapting maintenance.py (intermediate)

This commit is contained in:
Trilarion
2018-06-07 17:44:44 +02:00
parent 381a62784a
commit 6070bd5360
417 changed files with 1607 additions and 1606 deletions

View File

@ -6,8 +6,8 @@ _Powerful, efficient, lightweight, embeddable scripting language._
- Media: <https://en.wikipedia.org/wiki/Lua_(programming_language)>
- Download: http://www.lua.org/download.html
- State: mature
- Code: see download https://github.com/lua/lua (mirror)
- Language(s): C
- Code repository: (see download) https://github.com/lua/lua (mirror)
- Code language: C
- Code license: MIT
It's a whole programming language but often used within games projects for scripting purposes (like Python).