Lua runtime and toolset
- install luamake
-
> luamake(all in one)> luamake -EXE lua(withbee.dll)
- 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)