| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
Closes https://github.com/fengari-lua/fengari-interop/issues/42
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
JavaScript cannot perform arithmetic on 8byte (i.e. 64bit) numbers
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- lua_load no longer takes a null reader function
|
| |
|
| |
|
|
|
|
|
| |
- Don't export a class (instead export luaU_undump)
- Make error messages the same as normal lua
|
| |
|
|
|
|
| |
This also reverts commit b1a8a4b0435199982d26de4a183600c155619a5a.
|
|
|
|
| |
So we can read binary code with a user reader function
|
|\ |
|
| | |
|
|/ |
|
|
|
|
| |
Fixes issue where internal TValues get exposed via lua_Debug structure
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Lexing/Parsing is done on byte rather than js strings
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|