mirror of
https://github.com/kanaka/mal.git
synced 2024-11-09 18:06:35 +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 | ||
.gitignore | ||
core.vim | ||
Dockerfile | ||
env.vim | ||
Makefile | ||
printer.vim | ||
reader.vim | ||
readline.vim | ||
run_vimscript.sh | ||
step0_repl.vim | ||
step1_read_print.vim | ||
step2_eval.vim | ||
step3_env.vim | ||
step4_if_fn_do.vim | ||
step5_tco.vim | ||
step6_file.vim | ||
step7_quote.vim | ||
step8_macros.vim | ||
step9_try.vim | ||
stepA_mal.vim | ||
types.vim | ||
vimreadline.c |