Skip to content

pandasoli/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

  • Enable ansi escape code on windows
  • String encoding on windows using utf8
  • Remove randomness when traversing the table
  • Fast setjmp on windows
  • Add error hook (for debugger)
  • Add resume/yield hook (for debugger)
  • Enable lua_assert in debug mode
  • Disable tail calls in debug mode (for debugger)

3rd Party Libraries

About

Lua runtime and toolset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.4%
  • Lua 2.5%
  • C 1.1%