Skip to content

actboy168/bee.lua

Repository files navigation

bee.lua

Lua runtime and toolset

test

Build

  • install luamake
    • > luamake (all in one)
    • > luamake -EXE lua (with bee.dll)

Lua patch

Feature Lua5.4 Lua5.5
Enable ansi escape code on windows 🟩 🟩
String encoding on windows using utf8 🟩 🟩
Remove randomness when traversing the table 🟩 🟨
Fast setjmp on windows 🟩 🟩
Enable lua_assert in debug mode 🟩 🟩
Add error hook (for debugger) 🟩 🟥
Add resume/yield hook (for debugger) 🟩 🟥
Disable tail calls in debug mode (for debugger) 🟩 🟥
  • 🟩 Already supported.
  • 🟥 Not implemented.
  • 🟨 Unnecessary.

3rd Party Libraries