1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 18:18:51 +03:00
mal/swift
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
..
templates Swift*: add seq/string?. swift: gensym/or macro fix 2016-02-24 16:49:25 -06:00
tests Tests: move step5 non-TCO tests to per impl. 2016-03-14 23:39:21 -05:00
bridging-header.h Initial Swift implementation. 2015-03-23 01:23:27 -07:00
core.swift Swift*: add seq/string?. swift: gensym/or macro fix 2016-02-24 16:49:25 -06:00
env.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
main.swift Initial Swift implementation. 2015-03-23 01:23:27 -07:00
Makefile Swift3: add meta to all collections. Simplify types. 2016-03-01 14:58:59 -06:00
printer.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
reader.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
readline.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
step0_repl.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
step1_read_print.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
step2_eval.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
step3_env.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
step4_if_fn_do.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
step5_tco.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
step6_file.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
step7_quote.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
step8_macros.swift julia, matlab, r, rust, swift: fix macro result evaluation 2016-01-26 14:16:20 -06:00
step9_try.swift julia, matlab, r, rust, swift: fix macro result evaluation 2016-01-26 14:16:20 -06:00
stepA_mal.swift julia, matlab, r, rust, swift: fix macro result evaluation 2016-01-26 14:16:20 -06:00
types_class.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
types_enum.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00