bee.lua icon indicating copy to clipboard operation
bee.lua copied to clipboard

Lua runtime and toolset

bee.lua

Lua runtime and toolset

Build Status

Build

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)