aboutsummaryrefslogtreecommitdiff
path: root/src/ltable.js
Commit message (Collapse)AuthorAge
* Move string functions to centralised lstring.jsdaurnimator2017-05-08
|
* src/ltable.js: Create Table classdaurnimator2017-05-05
| | | | This way it's pretty in debug output.
* Add more/correct validation around integersdaurnimator2017-05-04
|
* Pipe | has higher precedence than equalsdaurnimator2017-05-03
|
* Move .id field from TValue to values themselvesdaurnimator2017-05-03
|
* Refactor table implementationdaurnimator2017-05-03
|
* Add table construction functiondaurnimator2017-04-28
|
* Remove unused require()sdaurnimator2017-04-26
|
* All core files reference defs.js instead of lua.jsdaurnimator2017-04-26
|
* No more Table, just TValue with table type and Map valueBenoit Giannangeli2017-04-18
|
* luaH_next and luaH_getn are not Table member functionsBenoit Giannangeli2017-04-18
|
* Table indexes are also starting at 1 internallyBenoit Giannangeli2017-04-13
| | | | Since we use a Map we don't have to care about indexes starting at 0
* Array.prototype.sort sort by Unicode code points by defaultBenoit Giannangeli2017-04-11
| | | | WTF JS !
* No interning for nowBenoit Giannangeli2017-03-13
| | | | G.strt would have grown with each string
* [Strings] ltable.js, ltm.jsBenoit Giannangeli2017-03-13
|
* use luaL_argerror/error instead of throwingBenoit Giannangeli2017-02-22
|
* Tables are JS Maps, lua_nextBenoit Giannangeli2017-02-22
|
* lua_copy, lua_next, luaL_argerrorBenoit Giannangeli2017-02-22
|
* Better use of module to avoid cyclic dependencies issuesBenoit Giannangeli2017-02-13
|
* Moved luaH_getn to ltable.jsBenoit Giannangeli2017-02-13