Skip to content

LauraRozier/lua-beef

Repository files navigation

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)

  1. Download lua-beef and copy it into BeefLibs.
  2. For Decide your Lua version

For Lua5.3:

  1. Right-click on your workspace and select Add from Installed and choose lua53-beef.
  2. Make lua53-beef as a dependency of your project.

For Lua5.4:

  1. Right-click on your workspace and select Add from Installed and choose lua54-beef.
  2. Make lua54-beef as a dependency of your project.

For a usage example: lua-beef-test