1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 02:27:10 +03:00
mal/lua
Joel Martin a68c26aff8 lua: update to version 5.2
- Update to support the new behavior of varargs and table.pack/unpack
  in lua 5.2
- Bump up the stack overflow test since lua 5.2 seems to support much
  larger stacks before overflow.
- Fix a latent issue in if forms where false in the 4th position would
  result in nil returned. Add a new test to catch this in the future.
2019-01-28 13:31:28 -06:00
..
tests lua: update to version 5.2 2019-01-28 13:31:28 -06:00
core.lua lua: update to version 5.2 2019-01-28 13:31:28 -06:00
Dockerfile lua: update to version 5.2 2019-01-28 13:31:28 -06:00
env.lua Lua: all steps and self-hosting. 2015-01-08 23:25:40 -06:00
Makefile Dist/packaging for most impls. erlang, racket *ARGV* fixes. 2016-02-24 00:45:40 -06:00
printer.lua lua: add meta support for builtin function 2015-07-22 17:59:11 +09:00
reader.lua lua: update to version 5.2 2019-01-28 13:31:28 -06:00
readline.lua Tests: add testing Dockerfile. Impl fixes. 2015-03-11 22:22:35 -05:00
run Refactor to use run scripts, remove *_RUNSTEP 2016-05-18 22:29:18 -07:00
step0_repl.lua All step0: add test, fix bugs, remove step0 eval. 2015-03-07 09:04:07 -06:00
step1_read_print.lua lua, nasm, perl, rexx, vimscript: fix errors. 2018-11-30 14:57:46 -06:00
step2_eval.lua lua: update to version 5.2 2019-01-28 13:31:28 -06:00
step3_env.lua lua: update to version 5.2 2019-01-28 13:31:28 -06:00
step4_if_fn_do.lua lua: update to version 5.2 2019-01-28 13:31:28 -06:00
step5_tco.lua lua: update to version 5.2 2019-01-28 13:31:28 -06:00
step6_file.lua lua: update to version 5.2 2019-01-28 13:31:28 -06:00
step7_quote.lua lua: update to version 5.2 2019-01-28 13:31:28 -06:00
step8_macros.lua lua: update to version 5.2 2019-01-28 13:31:28 -06:00
step9_try.lua lua: update to version 5.2 2019-01-28 13:31:28 -06:00
stepA_mal.lua lua: update to version 5.2 2019-01-28 13:31:28 -06:00
types.lua lua: update to version 5.2 2019-01-28 13:31:28 -06:00
utils.lua Lua: all steps and self-hosting. 2015-01-08 23:25:40 -06:00