| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Use `typeof process === "undefined"` instead of WEB global | daurnimator | 2017-12-10 |
| | | | | | This removes requirement to set global.WEB before requiring in node | ||
| * | Move luaL_openlibs from lauxlib to lualib | daurnimator | 2017-05-11 |
| | | |||
| * | Webpack (single bundle for now) | Benoit Giannangeli | 2017-05-09 |
| | | |||
| * | package library doesn't need to be for just node | daurnimator | 2017-05-04 |
| | | |||
| * | loadlib.js | Benoit Giannangeli | 2017-05-03 |
| | | |||
| * | Export luaL_openlibs from lauxlib.js | daurnimator | 2017-04-26 |
| | | |||
| * | Add (empty) io library | daurnimator | 2017-04-26 |
| | | |||
| * | Remove unused require()s | daurnimator | 2017-04-26 |
| | | |||
| * | os.time | Benoit Giannangeli | 2017-04-18 |
| | | |||
| * | debug.debug | Benoit Giannangeli | 2017-04-11 |
| | | | | | Use readline-sync to read from stdin interactively | ||
| * | 8-bit string internally tests | Benoit Giannangeli | 2017-03-30 |
| | | | | | Lexing/Parsing is done on byte rather than js strings | ||
| * | utf8.offset | Benoit Giannangeli | 2017-03-14 |
| | | |||
| * | string.char | Benoit Giannangeli | 2017-03-06 |
| | | |||
| * | jshint | Benoit Giannangeli | 2017-02-28 |
| | | |||
| * | math.abs, math.sin, math.cos, math.tan, math.asin, math.acos, math.atan | Benoit Giannangeli | 2017-02-24 |
| | | |||
| * | table.concat | Benoit Giannangeli | 2017-02-24 |
| | | |||
| * | coroutines | Benoit Giannangeli | 2017-02-23 |
| | | |||
| * | Load std lib, can call print | Benoit Giannangeli | 2017-02-17 |
| | | |||
| * | Basis to load std lib | Benoit Giannangeli | 2017-02-17 |
