Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 537 Bytes

File metadata and controls

20 lines (14 loc) · 537 Bytes

bee.lua

Lua runtime and toolset

test

Build

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

Lua patch

  • Enable ansi escape code on windows
  • String encoding on windows using utf8
  • Remove randomness when traversing the table
  • Add error hook (for debugger)
  • Add resume/yield hook (for debugger)