Skip to content

Latest commit

History

History
37 lines (28 loc) 路 1.56 KB

File metadata and controls

37 lines (28 loc) 路 1.56 KB

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