https://www.lua.org/download.html
http://luabinaries.sourceforge.net/download.html
https://www.youtube.com/watch?v=XCwXWOe6VcU
Programming in Lua, Fourth Edition
Roberto Ierusalimschy
Copyright © 2016, 2003 Roberto Ierusalimschy
tasks.json
{
"version": "2.0.0",
"tasks": [
{
"label": "Run Lua",
"type": "shell",
"command": "lua54.exe",
"args": ["${file}"],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}
Комментариев нет:
Отправить комментарий