⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 Lua 语言解释器源码
💻
字号:
This is luac, the Lua compiler.There are man pages for it in both nroff and html in ../../doc.luac translates Lua programs into binary files that can be loaded latter.The main advantages of pre-compiling chunks are: faster loading, protectingsource code from user changes, and off-line syntax error detection.luac can also be used to learn about the Lua virtual machine.Usage: /l/luac/luac [options] [filenames].  Available options are:  -        process stdin  -l       list  -o name  output to file `name' (default is "luac.out")  -p       parse only  -s       strip debug information  -v       show version information  --       stop handling optionsluac is also an example of how to use the internals of Lua (politely).

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -