1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 02:27:10 +03:00
mal/impls/tests
2021-04-21 16:15:20 -05: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 Merge remote-tracking branch 'jamesroutley/patch-1' 2021-04-21 16:15:20 -05:00
step2_eval.mal Step 2: Test empty vectors and hash-maps 2020-05-28 11:28:38 +01:00
step3_env.mal Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
step4_if_fn_do.mal step 4: Test that (= (list) ()) is true 2021-04-19 08:34:42 -05:00
step5_tco.mal Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
step6_file.mal Step 6: Test read-string of a single atom at the end of input 2020-05-10 14:30:09 +01:00
step7_quote.mal Test equality of other kinds of empty list 2021-04-19 09:07:24 -05:00
step8_macros.mal Change quasiquote algorithm 2020-08-11 01:01:56 +02:00
step9_try.mal Test that (= [] (vector)) and (= {} (hash-map)) are both true 2021-04-19 09:07:24 -05:00
stepA_mal.mal New SWI-prolog implementation 2021-04-19 09:53:22 -05: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