• Stars
    star
    106
  • Rank 323,737 (Top 7 %)
  • Language
    C++
  • License
    MIT License
  • Created almost 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Lua runtime and toolset

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)
  • Enable lua_assert in debug mode
  • Disable tail calls in debug mode (for debugger)

3rd Party Libraries