lua_dardo_co 0.0.10
lua_dardo_co: ^0.0.10 copied to clipboard
A Lua virtual machine from lua_dardo, coroutine added.
0.0.1 #
- clone from lua_dardo
- Coroutine added such as [create, resume, yield, status, running].
0.0.2 #
- update README.md
0.0.3 #
- fix bug in coroutine
0.0.4 #
- fix num minus bug
0.0.5 #
- refactor the regexp to be consistent with the lua
0.0.6 #
- fix bug in regexp, if find empty string will return pos
- OP_CODE OP_RETURN will balance the max stack size for return stack
0.0.7 #
- add rawGetP rawSetP
- refactor the code test
0.0.8 #
- fix bug of coroutine return arg num
0.0.9 #
- fix bug of str regexp