1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 01:57:09 +03:00
mal/scala
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
..
project scala: fix w/ xenial, sbt 0.14.6, update build. 2018-07-12 13:51:02 -05:00
tests Tests: move step5 non-TCO tests to per impl. 2016-03-14 23:39:21 -05:00
assembly.sbt scala: fix w/ xenial, sbt 0.14.6, update build. 2018-07-12 13:51:02 -05:00
build.sbt scala: fix w/ xenial, sbt 0.14.6, update build. 2018-07-12 13:51:02 -05:00
core.scala hy, php, powershell, scala: Add number?, fn?, macro? 2017-10-23 09:06:26 +02:00
Dockerfile scala: fix w/ xenial, sbt 0.14.6, update build. 2018-07-12 13:51:02 -05:00
env.scala Scala: refactor collections with metadata. 2015-01-09 16:16:51 -06:00
Makefile Convert to loccount based stats calculation. 2019-03-20 23:34:21 -05:00
printer.scala Scala: refactor collections with metadata. 2015-01-09 16:16:51 -06:00
reader.scala Error on unterminated strings. 2019-01-25 16:16:06 -06:00
run scala: Run steps directly from jar file 2016-05-16 11:25:42 -04:00
step0_repl.scala Scala: all steps 0-9 but no metadata. 2015-01-09 16:16:51 -06:00
step1_read_print.scala Scala: all steps 0-9 but no metadata. 2015-01-09 16:16:51 -06:00
step2_eval.scala Fix empty list eval in step2 for most languages. 2016-04-02 18:40:49 -05:00
step3_env.scala scala: Fix exception on literal empty list 2016-03-31 22:31:49 -04:00
step4_if_fn_do.scala scala: Fix exception on literal empty list 2016-03-31 22:31:49 -04:00
step5_tco.scala scala: Fix exception on literal empty list 2016-03-31 22:31:49 -04:00
step6_file.scala scala: Fix exception on literal empty list 2016-03-31 22:31:49 -04:00
step7_quote.scala scala: Fix exception on literal empty list 2016-03-31 22:31:49 -04:00
step8_macros.scala scala: Fix exception on literal empty list 2016-03-31 22:31:49 -04:00
step9_try.scala crystal, kotlin, mal, scala: Support catchless try* 2019-02-27 16:39:23 -06:00
stepA_mal.scala gensym: hide the counter in an environment, define inc in stepA. 2019-05-11 16:37:26 +02:00
types.scala Scala: fix hash-map nil values and printing. 2015-12-02 23:26:50 -06:00