| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
| |
- Don't have postincrement in a previous expression
- Fix a couple of places the assert was missing
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
In future this could be configurable
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes #29
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
reference implementation
|
|
|
|
|
| |
Previously could get odd things, e.g. `1-nil` would throw:
> attempt to perform arithmetic on a number value
|
|
|
|
| |
Fixes issue where internal TValues get exposed via lua_Debug structure
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|