1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 18:18:51 +03:00
mal/objc
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.h Objective-C: steps 0-4, keywords, hash maps. 2016-03-06 01:24:16 -06:00
core.m Objective-C: steps 5-A, self-hosting, perf, README 2016-03-06 01:24:16 -06:00
Dockerfile Objective-C: steps 0-4, keywords, hash maps. 2016-03-06 01:24:16 -06:00
env.h Objective-C: steps 0-4, keywords, hash maps. 2016-03-06 01:24:16 -06:00
env.m Objective-C: steps 0-4, keywords, hash maps. 2016-03-06 01:24:16 -06:00
Makefile Objective-C: OS X: build, read_atom, str comp., etc. 2016-03-06 01:24:16 -06:00
mal_readline.c Objective-C: steps 0-4, keywords, hash maps. 2016-03-06 01:24:16 -06:00
mal_readline.h Objective-C: steps 0-4, keywords, hash maps. 2016-03-06 01:24:16 -06:00
malfunc.h Objective-C: steps 5-A, self-hosting, perf, README 2016-03-06 01:24:16 -06:00
malfunc.m Objective-C: steps 5-A, self-hosting, perf, README 2016-03-06 01:24:16 -06:00
printer.h Objective-C: steps 0-4, keywords, hash maps. 2016-03-06 01:24:16 -06:00
printer.m Objective-C: OS X: build, read_atom, str comp., etc. 2016-03-06 01:24:16 -06:00
reader.h Objective-C: steps 0-4, keywords, hash maps. 2016-03-06 01:24:16 -06:00
reader.m Objective-C: OS X: build, read_atom, str comp., etc. 2016-03-06 01:24:16 -06:00
step0_repl.m Objective-C: steps 5-A, self-hosting, perf, README 2016-03-06 01:24:16 -06:00
step1_read_print.m Objective-C: steps 5-A, self-hosting, perf, README 2016-03-06 01:24:16 -06:00
step2_eval.m Objective-C: steps 5-A, self-hosting, perf, README 2016-03-06 01:24:16 -06:00
step3_env.m Objective-C: steps 5-A, self-hosting, perf, README 2016-03-06 01:24:16 -06:00
step4_if_fn_do.m Objective-C: steps 5-A, self-hosting, perf, README 2016-03-06 01:24:16 -06:00
step5_tco.m Objective-C: steps 5-A, self-hosting, perf, README 2016-03-06 01:24:16 -06:00
step6_file.m Objective-C: steps 5-A, self-hosting, perf, README 2016-03-06 01:24:16 -06:00
step7_quote.m Objective-C: steps 5-A, self-hosting, perf, README 2016-03-06 01:24:16 -06:00
step8_macros.m Objective-C: steps 5-A, self-hosting, perf, README 2016-03-06 01:24:16 -06:00
step9_try.m Objective-C: steps 5-A, self-hosting, perf, README 2016-03-06 01:24:16 -06:00
stepA_mal.m Objective-C: steps 5-A, self-hosting, perf, README 2016-03-06 01:24:16 -06:00
types.h Objective-C: steps 5-A, self-hosting, perf, README 2016-03-06 01:24:16 -06:00
types.m Objective-C: OS X: build, read_atom, str comp., etc. 2016-03-06 01:24:16 -06:00