mirror of
https://github.com/kanaka/mal.git
synced 2024-11-10 12:47:45 +03:00
37a33ac72e
The Scala build will create a mal.jar file with all the steps' classes in it. A `run` wrapper script will run that jar with a specific step main class according to the `$STEP` environment variable. Now the jar file is created only once (when testing step0) and then re-used for testing the next steps, which should speed up the build. Moreover, sbt now prepends shell script header to the jar file, so no need to implement this in Makefile (for the `dist` target). |
||
---|---|---|
.. | ||
project | ||
tests | ||
assembly.sbt | ||
build.sbt | ||
core.scala | ||
Dockerfile | ||
env.scala | ||
Makefile | ||
printer.scala | ||
reader.scala | ||
run | ||
step0_repl.scala | ||
step1_read_print.scala | ||
step2_eval.scala | ||
step3_env.scala | ||
step4_if_fn_do.scala | ||
step5_tco.scala | ||
step6_file.scala | ||
step7_quote.scala | ||
step8_macros.scala | ||
step9_try.scala | ||
stepA_mal.scala | ||
types.scala |