Awesome
lua-Beef
BeefLang port of Lua5.3 and 5.4. Keep in mind that this is an unofficial port and is provided as-is.
Quick Start (using Beef IDE)
- Download lua-beef and copy it into BeefLibs.
- For Decide your Lua version
For Lua5.3:
- Right-click on your workspace and select Add from Installed and choose lua53-beef.
- Make lua53-beef as a dependency of your project.
For Lua5.4:
- Right-click on your workspace and select Add from Installed and choose lua54-beef.
- Make lua54-beef as a dependency of your project.
For a usage example: lua-beef-test