index
:
fengari
master
Mirrored from https://github.com/fengari-lua/fengari
Laria Carolin Chabowski
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
llex.js
Commit message (
Expand
)
Author
Age
*
Remove unwanted TODOs
daurnimator
2018-03-04
*
src/llex.js: Use destructured assignment when requiring ljstype
daurnimator
2018-01-29
*
src/llex.js: Fix double llimits require
daurnimator
2018-01-29
*
src/llex.js: Store luaX_tokens in lua string form
daurnimator
2018-01-29
*
src/llex.js: Use RESERVED enum members un-namespaced
daurnimator
2018-01-29
*
src/: Import lzio using destructured assignment
daurnimator
2018-01-29
*
src/l{lex,object,parser}: Hardcode character codes
daurnimator
2018-01-29
*
src/: Destructure when requiring lstring.js
daurnimator
2018-01-18
*
src/llex.js: Use destructuring assignment for defs.js
daurnimator
2018-01-18
*
src/llex.js: Use lua_assert instead of assert
daurnimator
2018-01-18
*
Remove defs.CT alias for defs.constant_types
daurnimator
2018-01-11
*
src/: Use .subarray instead of .slice (optimisation)
daurnimator
2017-12-13
*
Use Uint8Array to back strings
daurnimator
2017-12-13
*
src/llex.js: Use luaZ_buffer when not using .slice
daurnimator
2017-12-13
*
src/llex.js: Fix incorrect slice length
daurnimator
2017-12-13
*
src/: Have luaO_str2num fill in passed TValue and return length
daurnimator
2017-12-12
*
src/{llex,lobject}.js: Fix luaO_utf8esc/luaO_utf8desc confusion
daurnimator
2017-12-11
*
src/: Fix some linter complaints
daurnimator
2017-12-10
*
src/llex.js: Export LUA_ENV
daurnimator
2017-11-12
*
Removed incorrect use of llimits.MAX/MIN_INT
Benoit Giannangeli
2017-11-09
*
src/llex.js: Use SemInfo constructor
daurnimator
2017-06-19
*
src/llex.js: Fix isreserved (it is passed a TString, not a JS string)
daurnimator
2017-06-09
*
src/lzio.js: Introduce luaZ_buffremove
daurnimator
2017-06-09
*
src/lzio.js: Introduce luaZ_resetbuffer
daurnimator
2017-06-09
*
src/llex.js: Use luaO_pushfstring instead of javascript string interpolation
daurnimator
2017-06-09
*
src/llex.js: Avoid a .slice operation
daurnimator
2017-06-01
*
Fix some warnings found by closure-compiler
daurnimator
2017-05-29
*
Checks for nil and NaN table keys
daurnimator
2017-05-22
*
src/lobject.js: Check that there is no trailing junk from lua_strx2number
daurnimator
2017-05-21
*
src/llex.js: Compare against lzio.EOZ instead of -1
daurnimator
2017-05-15
*
Separate ZIO and MBuffer data structures
daurnimator
2017-05-15
*
Removed useless save(0) in llex
Benoit Giannangeli
2017-05-13
*
Cache string hashes in TString
daurnimator
2017-05-09
*
Introduce a TString class
daurnimator
2017-05-08
*
Add accessors to TValue for TString values
daurnimator
2017-05-08
*
src/llex.js: Cache tokens in ls.h
daurnimator
2017-05-08
*
src/llex.js: Fix missing extention in require
daurnimator
2017-05-08
*
src/llex.js: Add luaX_newstring
daurnimator
2017-05-08
*
Move string functions to centralised lstring.js
daurnimator
2017-05-08
*
BytecodeParser consumes a MBuffer (== ZIO) instead of a DataView
Benoit Giannangeli
2017-05-06
*
Add a FIXME, remove a TODO, edit a comment
daurnimator
2017-05-05
*
Don't wrap lexer/parser strings in a TValue
daurnimator
2017-05-05
*
src/llex.js: getc should return -1 if no more input
daurnimator
2017-04-27
*
Add a couple of asserts to catch common errors
daurnimator
2017-04-27
*
Move jsstring() from lobject.js to defs.js; export from lua.js
daurnimator
2017-04-26
*
Remove unused require()s
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
*
Cache all to_luastring of internal literals
Benoit Giannangeli
2017-04-18
*
8-bit only in lstrlib
Benoit Giannangeli
2017-03-30
[next]