1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 18:18:51 +03:00
mal/elisp
Joel Martin dca6b58578 Tests: move step5 non-TCO tests to per impl.
- Remove most of the step5 excludes in the Makefile except for ones
  which don't have TCO capability at all (or the implementation is too
  slow): bash, make, mal, matlab.

- Make perf_EXCLUDES consistent with other excludes.

- Add a print-FOO target which prints the resolved value of Makefile
  variable FOO. For example, `make print-IMPLS` to print the list of
  implementations.
2016-03-14 23:39:21 -05:00
..
tests Tests: move step5 non-TCO tests to per impl. 2016-03-14 23:39:21 -05:00
core.el Fix seq 2016-03-02 08:29:58 +01:00
Dockerfile elisp: add Dockerfile, travis, stepA header. 2016-03-02 10:03:46 -06:00
env.el Implement step 9 2016-03-01 21:31:20 +01:00
func.el Implement step A 2016-03-01 21:57:42 +01:00
Makefile Add Makefile 2016-03-02 01:15:20 +01:00
printer.el Implement step 9 2016-03-01 21:31:20 +01:00
reader.el Add a hack to make all step tests pass 2016-03-02 00:04:00 +01:00
step0_repl.el Implement step 0 2016-02-28 21:21:38 +01:00
step1_read_print.el Implement step 1 2016-02-28 21:21:49 +01:00
step2_eval.el Implement step 2 2016-02-28 21:22:03 +01:00
step3_env.el Implement step 3 2016-02-28 21:22:09 +01:00
step4_if_fn_do.el Handle truthness values better 2016-03-01 21:58:13 +01:00
step5_tco.el Handle truthness values better 2016-03-01 21:58:13 +01:00
step6_file.el Fix *ARGV* 2016-03-01 22:33:32 +01:00
step7_quote.el Remove unnecessary boxing/unboxing 2016-03-02 00:10:29 +01:00
step8_macros.el Remove unnecessary boxing/unboxing 2016-03-02 00:10:29 +01:00
step9_try.el Remove unnecessary boxing/unboxing 2016-03-02 00:10:29 +01:00
stepA_mal.el elisp: add Dockerfile, travis, stepA header. 2016-03-02 10:03:46 -06:00
types.el Add define-error on 24.3 2016-03-01 23:40:16 +01:00