mirror of
https://github.com/kanaka/mal.git
synced 2024-11-13 11:23:59 +03:00
c9de2e82ed
- tests/docker/Dockerfile: specifies full docker image containing all tools/languages (except matlab). - tests/docker-build.sh: build above image. - tests/docker-run.sh: launch above image. Example: ./tests/docker-run.sh make test^js^step2 - Various fixes across multiple languages: - Unicode fixes for bash and R on Ubuntu Utopic - readline history fixes for when ~/.mal-history is not available or readable/writable. No fatal errors. - fixes to work with perl 5.20 (and still perl 5.18) |
||
---|---|---|
.. | ||
tests | ||
core.rb | ||
env.rb | ||
Makefile | ||
mal_readline.rb | ||
printer.rb | ||
reader.rb | ||
step0_repl.rb | ||
step1_read_print.rb | ||
step2_eval.rb | ||
step3_env.rb | ||
step4_if_fn_do.rb | ||
step5_tco.rb | ||
step6_file.rb | ||
step7_quote.rb | ||
step8_macros.rb | ||
step9_try.rb | ||
stepA_mal.rb | ||
types.rb |