1
1
mirror of https://github.com/kanaka/mal.git synced 2024-11-09 18:06:35 +03:00
mal/vimscript
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
.gitignore Vimscript implementation 2015-10-20 15:04:04 -04:00
core.vim vimscript: add seq and string? 2016-02-12 10:16:05 -05:00
Dockerfile vimscript: fix load of readline lib. Update Dockerfile. 2015-10-20 15:34:24 -05:00
env.vim Vimscript implementation 2015-10-20 15:04:04 -04:00
Makefile Dist/packaging for most impls. erlang, racket *ARGV* fixes. 2016-02-24 00:45:40 -06:00
printer.vim Vimscript implementation 2015-10-20 15:04:04 -04:00
reader.vim All: fix read/print of \\, and \n 2015-10-30 22:05:49 -05:00
readline.vim Vimscript implementation 2015-10-20 15:04:04 -04:00
run_vimscript.sh vimscript: hack for make perf to work in docker 2015-12-17 08:12:10 -06:00
step0_repl.vim Vimscript implementation 2015-10-20 15:04:04 -04:00
step1_read_print.vim Vimscript implementation 2015-10-20 15:04:04 -04:00
step2_eval.vim Vimscript implementation 2015-10-20 15:04:04 -04:00
step3_env.vim Vimscript implementation 2015-10-20 15:04:04 -04:00
step4_if_fn_do.vim Vimscript implementation 2015-10-20 15:04:04 -04:00
step5_tco.vim Vimscript implementation 2015-10-20 15:04:04 -04:00
step6_file.vim Vimscript implementation 2015-10-20 15:04:04 -04:00
step7_quote.vim Vimscript implementation 2015-10-20 15:04:04 -04:00
step8_macros.vim d, nim, ps, tcl, vimscript: fix macro result evaluation 2016-01-22 13:48:07 -05:00
step9_try.vim d, nim, ps, tcl, vimscript: fix macro result evaluation 2016-01-22 13:48:07 -05:00
stepA_mal.vim Merge pull request #146 from dubek/fix-macro-eval 2016-01-26 14:16:55 -06:00
types.vim Vimscript implementation 2015-10-20 15:04:04 -04:00
vimreadline.c Vimscript implementation 2015-10-20 15:04:04 -04:00