1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 18:18:51 +03:00
mal/objpascal
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
..
regexpr/Source ObjPascal: add Sorokin RegExpr.pas to repo. 2016-03-13 17:46:06 -05:00
tests Tests: move step5 non-TCO tests to per impl. 2016-03-14 23:39:21 -05:00
core.pas ObjPascal: use CTypes for libedit/readline. 2016-03-14 00:07:01 -05:00
Dockerfile Object Pascal: full implementation. Test cleanup. 2016-03-13 17:12:01 -05:00
Makefile ObjPascal: use CTypes for libedit/readline. 2016-03-14 00:07:01 -05:00
mal_env.pas Object Pascal: full implementation. Test cleanup. 2016-03-13 17:12:01 -05:00
mal_func.pas Object Pascal: full implementation. Test cleanup. 2016-03-13 17:12:01 -05:00
mal_readline.pas ObjPascal: gitignore regexpr, mal_readline comments. 2016-03-14 10:59:05 -05:00
mal_types.pas ObjPascal: use CTypes for libedit/readline. 2016-03-14 00:07:01 -05:00
printer.pas Object Pascal: full implementation. Test cleanup. 2016-03-13 17:12:01 -05:00
reader.pas Object Pascal: full implementation. Test cleanup. 2016-03-13 17:12:01 -05:00
step0_repl.pas ObjPascal: use CTypes for libedit/readline. 2016-03-14 00:07:01 -05:00
step1_read_print.pas ObjPascal: use CTypes for libedit/readline. 2016-03-14 00:07:01 -05:00
step2_eval.pas ObjPascal: use CTypes for libedit/readline. 2016-03-14 00:07:01 -05:00
step3_env.pas ObjPascal: use CTypes for libedit/readline. 2016-03-14 00:07:01 -05:00
step4_if_fn_do.pas ObjPascal: use CTypes for libedit/readline. 2016-03-14 00:07:01 -05:00
step5_tco.pas ObjPascal: use CTypes for libedit/readline. 2016-03-14 00:07:01 -05:00
step6_file.pas ObjPascal: use CTypes for libedit/readline. 2016-03-14 00:07:01 -05:00
step7_quote.pas ObjPascal: use CTypes for libedit/readline. 2016-03-14 00:07:01 -05:00
step8_macros.pas ObjPascal: use CTypes for libedit/readline. 2016-03-14 00:07:01 -05:00
step9_try.pas ObjPascal: use CTypes for libedit/readline. 2016-03-14 00:07:01 -05:00
stepA_mal.pas ObjPascal: use CTypes for libedit/readline. 2016-03-14 00:07:01 -05:00