1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 01:57:09 +03:00
mal/impls/elm
Nicolas Boulenguez 10708752f6 elm: update to elm 0.19.1
Most changes are variable renamings because elm does not allow masking
a visible name anymore.

Deal with changes in the standard library, especially in the Parser
interface.

Source files must now start with a capital letter.

Dockerfile: remove unneeded dependencies, install nodejs from debs.

Remove the redundant Maybe from the return value of readstring.

Stop embedding the colon in keyword represenation.
2024-08-06 08:23:54 -05:00
..
.dockerignore Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
bootstrap.js elm: update to elm 0.19.1 2024-08-06 08:23:54 -05:00
Core.elm elm: update to elm 0.19.1 2024-08-06 08:23:54 -05:00
Dockerfile elm: update to elm 0.19.1 2024-08-06 08:23:54 -05:00
elm.json elm: update to elm 0.19.1 2024-08-06 08:23:54 -05:00
Env.elm elm: update to elm 0.19.1 2024-08-06 08:23:54 -05:00
Eval.elm elm: update to elm 0.19.1 2024-08-06 08:23:54 -05:00
IO.elm elm: update to elm 0.19.1 2024-08-06 08:23:54 -05:00
Makefile elm: update to elm 0.19.1 2024-08-06 08:23:54 -05:00
node_readline.js Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
package.json elm: update to elm 0.19.1 2024-08-06 08:23:54 -05:00
Printer.elm elm: update to elm 0.19.1 2024-08-06 08:23:54 -05:00
Reader.elm elm: update to elm 0.19.1 2024-08-06 08:23:54 -05:00
run Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
Step0_repl.elm elm: update to elm 0.19.1 2024-08-06 08:23:54 -05:00
Step1_read_print.elm elm: update to elm 0.19.1 2024-08-06 08:23:54 -05:00
Step2_eval.elm elm: update to elm 0.19.1 2024-08-06 08:23:54 -05:00
Step3_env.elm elm: update to elm 0.19.1 2024-08-06 08:23:54 -05:00
Step4_if_fn_do.elm elm: update to elm 0.19.1 2024-08-06 08:23:54 -05:00
Step5_tco.elm elm: update to elm 0.19.1 2024-08-06 08:23:54 -05:00
Step6_file.elm elm: update to elm 0.19.1 2024-08-06 08:23:54 -05:00
Step7_quote.elm elm: update to elm 0.19.1 2024-08-06 08:23:54 -05:00
Step8_macros.elm elm: update to elm 0.19.1 2024-08-06 08:23:54 -05:00
Step9_try.elm elm: update to elm 0.19.1 2024-08-06 08:23:54 -05:00
StepA_mal.elm elm: update to elm 0.19.1 2024-08-06 08:23:54 -05:00
Types.elm Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
Utils.elm elm: update to elm 0.19.1 2024-08-06 08:23:54 -05:00