aboutsummaryrefslogtreecommitdiff
path: root/src/linit.js
Commit message (Collapse)AuthorAge
* Add 'fengari' library containing version numbers etcdaurnimator2018-03-30
|
* Workaround linit/lualib cyclic referencedaurnimator2018-01-23
|
* src/linit.js: Use destructuring requiresdaurnimator2018-01-22
|
* Move fengari specific things to src/fengaricore.jsdaurnimator2018-01-11
| | | | String manipulation functions now get exposed on 'fengari' object itself at top level
* Use `typeof process === "undefined"` instead of WEB globaldaurnimator2017-12-10
| | | | This removes requirement to set global.WEB before requiring in node
* Move luaL_openlibs from lauxlib to lualibdaurnimator2017-05-11
|
* Webpack (single bundle for now)Benoit Giannangeli2017-05-09
|
* package library doesn't need to be for just nodedaurnimator2017-05-04
|
* loadlib.jsBenoit Giannangeli2017-05-03
|
* Export luaL_openlibs from lauxlib.jsdaurnimator2017-04-26
|
* Add (empty) io librarydaurnimator2017-04-26
|
* Remove unused require()sdaurnimator2017-04-26
|
* os.timeBenoit Giannangeli2017-04-18
|
* debug.debugBenoit Giannangeli2017-04-11
| | | | Use readline-sync to read from stdin interactively
* 8-bit string internally testsBenoit Giannangeli2017-03-30
| | | | Lexing/Parsing is done on byte rather than js strings
* utf8.offsetBenoit Giannangeli2017-03-14
|
* string.charBenoit Giannangeli2017-03-06
|
* jshintBenoit Giannangeli2017-02-28
|
* math.abs, math.sin, math.cos, math.tan, math.asin, math.acos, math.atanBenoit Giannangeli2017-02-24
|
* table.concatBenoit Giannangeli2017-02-24
|
* coroutinesBenoit Giannangeli2017-02-23
|
* Load std lib, can call printBenoit Giannangeli2017-02-17
|
* Basis to load std libBenoit Giannangeli2017-02-17