1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 18:18:51 +03:00
mal/julia
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.jl Julia: add seq, string? and conj. 2016-02-15 15:59:57 -06:00
Dockerfile Julia: update to verion 0.4. Add time-ms. 2015-10-24 15:41:22 -05:00
env.jl Julia: update to verion 0.4. Add time-ms. 2015-10-24 15:41:22 -05:00
Makefile Generic recursive rules for dist, stats, clean 2016-02-24 01:09:19 -06:00
printer.jl Julia: update to verion 0.4. Add time-ms. 2015-10-24 15:41:22 -05:00
reader.jl All: fix read/print of \\, and \n 2015-10-30 22:05:49 -05:00
readline_mod.jl Julia: step A. Add atoms and metadata. 2015-03-31 23:04:45 -05:00
step0_repl.jl Julia: update to verion 0.4. Add time-ms. 2015-10-24 15:41:22 -05:00
step1_read_print.jl Julia: update to verion 0.4. Add time-ms. 2015-10-24 15:41:22 -05:00
step2_eval.jl Julia: update to verion 0.4. Add time-ms. 2015-10-24 15:41:22 -05:00
step3_env.jl Julia: update to verion 0.4. Add time-ms. 2015-10-24 15:41:22 -05:00
step4_if_fn_do.jl julia: Pass function arguments as a mal list 2016-01-29 21:37:32 -05:00
step5_tco.jl julia: Pass function arguments as a mal list 2016-01-29 21:37:32 -05:00
step6_file.jl julia: Pass function arguments as a mal list 2016-01-29 21:37:32 -05:00
step7_quote.jl julia: Pass function arguments as a mal list 2016-01-29 21:37:32 -05:00
step8_macros.jl julia: Pass function arguments as a mal list 2016-01-29 21:37:32 -05:00
step9_try.jl julia: Pass function arguments as a mal list 2016-01-29 21:37:32 -05:00
stepA_mal.jl julia: Pass function arguments as a mal list 2016-01-29 21:37:32 -05:00
types.jl Julia: fix nested sequence equality. 2015-12-02 10:57:32 -06:00