mirror of
https://github.com/kanaka/mal.git
synced 2024-11-10 12:47:45 +03:00
dca6b58578
- 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. |
||
---|---|---|
.. | ||
tests | ||
core.scm | ||
Dockerfile | ||
env.scm | ||
Makefile | ||
pcre.scm | ||
printer.scm | ||
reader.scm | ||
readline.scm | ||
step0_repl.scm | ||
step1_read_print.scm | ||
step2_eval.scm | ||
step3_env.scm | ||
step4_if_fn_do.scm | ||
step5_tco.scm | ||
step6_file.scm | ||
step7_quote.scm | ||
step8_macros.scm | ||
step9_try.scm | ||
stepA_mal.scm | ||
types.scm |