| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
String manipulation functions now get exposed on 'fengari' object itself at top level
|
| |
|
| |
|
|
|
|
| |
bytes
|
| |
|
|
|
|
| |
This should avoid errors thrown by to_jsstring
|
| |
|
| |
|
|
|
|
| |
This removes requirement to set global.WEB before requiring in node
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Sadly I couldn't figure out a way to continue use of parseInt
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Use readline-sync to read from stdin interactively
|
|
|
|
| |
Lexing/Parsing is done on byte rather than js strings
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
lua_isnoneornil, lua_setupvalue
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|