1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-19 17:47:53 +03:00
mal/elm
Joel Martin 0a32f367a8 coffee, dart, elixir, elm: detect unclosed strings.
Detect more cases of strings being unterminated.
2019-07-30 22:27:57 -05:00
..
.dockerignore Elm: fixed Dockerfile 2017-07-25 16:42:53 +02:00
bootstrap.js Elm: step5 - TCO the theory 2017-06-14 15:49:27 +02:00
Core.elm elm, objpascal, plpgsql: Add number?, fn?, macro? 2017-10-31 13:41:36 +01:00
Dockerfile Update JS impls: use ffi-napi and Ubuntu 18.04 2018-11-28 17:12:17 -06:00
elm-package.json Elm: step 1 using parser combinator 2017-06-04 23:41:21 +02:00
Env.elm Elm step A: GC working 2017-07-22 21:44:25 +02:00
Eval.elm Elm: Removed usage of Env from step1 and step2 2017-07-25 22:19:56 +02:00
IO.elm Elm step A 2017-06-23 16:56:04 +02:00
Makefile Convert to loccount based stats calculation. 2019-03-20 23:34:21 -05:00
node_readline.js Update JS impls: use ffi-napi and Ubuntu 18.04 2018-11-28 17:12:17 -06:00
package.json Update JS impls: use ffi-napi and Ubuntu 18.04 2018-11-28 17:12:17 -06:00
Printer.elm Elm: Removed usage of Env from step1 and step2 2017-07-25 22:19:56 +02:00
Reader.elm coffee, dart, elixir, elm: detect unclosed strings. 2019-07-30 22:27:57 -05:00
run Elm: step 0 2017-06-04 11:54:24 +02:00
step0_repl.elm Elm step 7-9 2017-06-20 17:23:00 +02:00
step1_read_print.elm Elm: Removed usage of Env from step1 and step2 2017-07-25 22:19:56 +02:00
step2_eval.elm Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
step3_env.elm Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
step4_if_fn_do.elm Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
step5_tco.elm Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
step6_file.elm load-file: accept empty file or final comment, return nil 2019-07-28 13:08:05 +02:00
step7_quote.elm load-file: accept empty file or final comment, return nil 2019-07-28 13:08:05 +02:00
step8_macros.elm load-file: accept empty file or final comment, return nil 2019-07-28 13:08:05 +02:00
step9_try.elm load-file: accept empty file or final comment, return nil 2019-07-28 13:08:05 +02:00
stepA_mal.elm load-file: accept empty file or final comment, return nil 2019-07-28 13:08:05 +02:00
Types.elm Elm step A: GC working 2017-07-22 21:44:25 +02:00
Utils.elm Elm: step 4 - fns defined in mal + var args 2017-06-11 22:44:49 +02:00