1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-19 17:47:53 +03:00
mal/ocaml
Nicolas Boulenguez 14ab099cea gensym: hide the counter in an environment, define inc in stepA.
tests: check that `inc` is present in stepA.
nasm: split lines in mal_startup_string for readability.
objpascal: remove obsolete .orig file
swift: remove an unneeded line in template
swift4: remove duplicate definition of `or` macro
2019-05-11 16:37:26 +02:00
..
tests Tests: move step5 non-TCO tests to per impl. 2016-03-14 23:39:21 -05:00
core.ml ocaml: Fix result of (concat [1 2]), so it returns a list not a vector. 2019-05-07 22:59:26 +01:00
Dockerfile Travis: add ocaml, forth and miniMAL. 2015-10-06 13:28:11 -05:00
env.ml OCaml: Add step 9 2015-01-30 12:54:43 -05:00
Makefile Convert to loccount based stats calculation. 2019-03-20 23:34:21 -05:00
printer.ml ocaml: don't print commas in hash-maps 2015-12-17 22:01:32 +02:00
reader.ml Error on unterminated strings. 2019-01-25 16:16:06 -06:00
run Refactor to use run scripts, remove *_RUNSTEP 2016-05-18 22:29:18 -07:00
step0_repl.ml OCaml: add step 0 2015-01-30 12:54:42 -05:00
step1_read_print.ml Ocaml: Add string functions 2015-01-30 12:54:42 -05:00
step2_eval.ml OCaml: put macro flag in metadata rather than special type field 2015-01-30 12:54:43 -05:00
step3_env.ml ocaml: Fix exception on literal empty list 2016-03-28 15:13:05 -04:00
step4_if_fn_do.ml ocaml: Fix exception on literal empty list 2016-03-28 15:13:05 -04:00
step5_tco.ml Ocaml: Add step 5, TCO worked automatically in Ocaml 2015-01-30 12:54:43 -05:00
step6_file.ml ocaml: Remove debug prints in step6 & step7 2016-05-11 15:48:21 -04:00
step7_quote.ml ocaml: Remove debug prints in step6 & step7 2016-05-11 15:48:21 -04:00
step8_macros.ml awk, ocaml: Add number?, fn?, macro? 2017-10-15 06:04:17 +00:00
step9_try.ml Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
stepA_mal.ml gensym: hide the counter in an environment, define inc in stepA. 2019-05-11 16:37:26 +02:00
types.ml ocaml: fix hash equality 2015-11-21 23:00:56 -05:00