| Commit message (Expand) | Author | Age |
* | src/l{lex,object,parser}: Hardcode character codes | daurnimator | 2018-01-29 |
* | src/: Destructure when requiring lstring.js | daurnimator | 2018-01-18 |
* | src/lparser.js: Use destructuring assignment | daurnimator | 2018-01-18 |
* | src/lparser.js: Use lua_assert instead of assert | daurnimator | 2018-01-18 |
* | src/lparser.js: Use destructuring assignment for llimits.js | daurnimator | 2018-01-18 |
* | src/lparser.js: Avoid empty blocks | daurnimator | 2017-12-10 |
* | src/lparser.js: Change comment to avoid accidental annotation | daurnimator | 2017-12-10 |
* | src/: Fix some linter complaints | daurnimator | 2017-12-10 |
* | Removed incorrect use of llimits.MAX/MIN_INT | Benoit Giannangeli | 2017-11-09 |
* | Fix some warnings found by closure-compiler | daurnimator | 2017-05-29 |
* | Fix some jshint warnings | daurnimator | 2017-05-29 |
* | src/lparser.js: Fix https://www.lua.org/bugs.html#5.3.4-1 | daurnimator | 2017-05-29 |
* | Modify stack values up to L.top instead of replacing | daurnimator | 2017-05-27 |
* | Use .setclLvalue | daurnimator | 2017-05-27 |
* | Add luaD_inctop calls where appropriate | daurnimator | 2017-05-23 |
* | src/lparser.js: create error message using luaO_pushfstring | daurnimator | 2017-05-22 |
* | src/lparser.js: Use .getstr() when creating error messages | daurnimator | 2017-05-21 |
* | test_then_block should return escapelist | Benoit Giannangeli | 2017-05-18 |
* | src/lparser.js: Fix pushing raw Table onto stack | daurnimator | 2017-05-18 |
* | .is_vararg should be a boolean | daurnimator | 2017-05-12 |
* | Rename lopcodes.js require to consistently be lopcodes | daurnimator | 2017-05-09 |
* | src/lparser.js: Send localvarliterals via caching table | daurnimator | 2017-05-08 |
* | LexState.h is a Table not a TValue | daurnimator | 2017-05-08 |
* | Move string functions to centralised lstring.js | daurnimator | 2017-05-08 |
* | Always pass lua_State to Proto constructor | daurnimator | 2017-05-05 |
* | src/lparser.js: protos have Upvaldescs not UpVals | daurnimator | 2017-05-05 |
* | Don't wrap lexer/parser strings in a TValue | daurnimator | 2017-05-05 |
* | Proto.source should be a string, not a TValue | daurnimator | 2017-05-05 |
* | LClosure and CClosure shouldn't subclass TValue | daurnimator | 2017-04-28 |
* | Add table construction function | daurnimator | 2017-04-28 |
* | Move jsstring() from lobject.js to defs.js; export from lua.js | daurnimator | 2017-04-26 |
* | All core files reference defs.js instead of lua.js | daurnimator | 2017-04-26 |
* | Use maximum 32bit number instead of Number.MAX_SAFE_INTEGER | Benoit Giannangeli | 2017-04-24 |
* | No more Table, just TValue with table type and Map value | Benoit Giannangeli | 2017-04-18 |
* | Cache all to_luastring of internal literals | Benoit Giannangeli | 2017-04-18 |
* | Fixed infinite loop on 'else' | Benoit Giannangeli | 2017-03-31 |
* | 8-bit only in lstrlib | Benoit Giannangeli | 2017-03-30 |
* | 8-bit string internally tests | Benoit Giannangeli | 2017-03-30 |
* | Never use js strings internally | Benoit Giannangeli | 2017-03-29 |
* | Testing 8-bit strings | Benoit Giannangeli | 2017-03-13 |
* | [Strings] lapi.js, lcode.js, llex.js, lparser.js | Benoit Giannangeli | 2017-03-13 |
* | [Parsing tests] TFORCALL, TFORLOOP | Benoit Giannangeli | 2017-03-02 |
* | [Parsing tests] FORPREP, FORLOOP | Benoit Giannangeli | 2017-03-02 |
* | [Parsing tests] TEST | Benoit Giannangeli | 2017-03-02 |
* | [Parsing tests] TESTSET | Benoit Giannangeli | 2017-03-02 |
* | [Parsing tests] Unary op, LOADBOOL | Benoit Giannangeli | 2017-03-01 |
* | Merge pull request #2 from giann/feature/lex-parse | Benoit Giannangeli | 2017-03-01 |
* | Loading tests (binary/text) | Benoit Giannangeli | 2017-03-01 |
* | lua_load will load both binary and text | Benoit Giannangeli | 2017-03-01 |
* | Bytecode generation | Benoit Giannangeli | 2017-03-01 |