1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-17 16:47:22 +03:00
mal/impls/tests
Joel Martin 8a19f60386 Move implementations into impls/ dir
- Reorder README to have implementation list after "learning tool"
  bullet.

- This also moves tests/ and libs/ into impls. It would be preferrable
  to have these directories at the top level.  However, this causes
  difficulties with the wasm implementations which need pre-open
  directories and have trouble with paths starting with "../../". So
  in lieu of that, symlink those directories to the top-level.

- Move the run_argv_test.sh script into the tests directory for
  general hygiene.
2020-02-10 23:50:16 -06:00
..
docker Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
lib Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
computations.mal Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
docker-build.sh Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
docker-run.sh Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
inc.mal Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
incA.mal Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
incB.mal Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
incC.mal Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
perf1.mal Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
perf2.mal Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
perf3.mal Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
print_argv.mal Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
run_argv_test.sh Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
step0_repl.mal Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
step1_read_print.mal Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
step2_eval.mal Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
step3_env.mal Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
step4_if_fn_do.mal Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
step5_tco.mal Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
step6_file.mal Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
step7_quote.mal Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
step8_macros.mal Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
step9_try.mal Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
stepA_mal.mal Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
test.txt Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
travis_trigger.sh Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00