1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 21:57:38 +03:00
mal/impls/miniMAL
Joel Martin 6bf89ea118 miniMAL: update to miniMAL-1.2.2
- Update to ubuntu 24.04 Dockerfile and add labels.
- update to working version of ffi-napi
- Remove from miniMAL-core.json the things that overlap with the builtin
  core functionality that miniMAL now provides in 1.2.2.
- Update ARGS variable to argv to align with how 1.2.2 now does command
  line parameters.
2024-08-03 11:06:43 -05:00
..
tests Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
core.json miniMAL: update to miniMAL-1.2.2 2024-08-03 11:06:43 -05:00
Dockerfile miniMAL: update to miniMAL-1.2.2 2024-08-03 11:06:43 -05:00
env.json Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
Makefile Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
miniMAL-core.json miniMAL: update to miniMAL-1.2.2 2024-08-03 11:06:43 -05:00
node_readline.js Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
package.json miniMAL: update to miniMAL-1.2.2 2024-08-03 11:06:43 -05:00
printer.json Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
reader.json Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
run Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
step0_repl.json Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
step1_read_print.json Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
step2_eval.json Stop evaluating map keys 2021-12-11 09:46:35 -06:00
step3_env.json Stop evaluating map keys 2021-12-11 09:46:35 -06:00
step4_if_fn_do.json Stop evaluating map keys 2021-12-11 09:46:35 -06:00
step5_tco.json Stop evaluating map keys 2021-12-11 09:46:35 -06:00
step6_file.json miniMAL: update to miniMAL-1.2.2 2024-08-03 11:06:43 -05:00
step7_quote.json miniMAL: update to miniMAL-1.2.2 2024-08-03 11:06:43 -05:00
step8_macros.json miniMAL: update to miniMAL-1.2.2 2024-08-03 11:06:43 -05:00
step9_try.json miniMAL: update to miniMAL-1.2.2 2024-08-03 11:06:43 -05:00
stepA_mal.json miniMAL: update to miniMAL-1.2.2 2024-08-03 11:06:43 -05:00
types.json miniMAL: allow keyword argument for keyword core function 2021-12-11 09:52:02 -06:00