mirror of
https://github.com/kanaka/mal.git
synced 2024-11-09 18:06:35 +03:00
253cdf1ae5
Remove unneeded intermediate executable files. Remove Cargo.lock from version control system. Update dependency versions. Update Dockerfile (converge to update-some-dockerfiles branch). Apply changes suggested by rustfmt and clippy, or enforced by rustc. Remove several unneeded clone(). Merge eval and eval-ast, remove quasiquoteexpand and macroexpand. Report more errors during startup. |
||
---|---|---|
.. | ||
.gitignore | ||
Cargo.toml | ||
core.rs | ||
Dockerfile | ||
env.rs | ||
Makefile | ||
printer.rs | ||
reader.rs | ||
run | ||
step0_repl.rs | ||
step1_read_print.rs | ||
step2_eval.rs | ||
step3_env.rs | ||
step4_if_fn_do.rs | ||
step5_tco.rs | ||
step6_file.rs | ||
step7_quote.rs | ||
step8_macros.rs | ||
step9_try.rs | ||
stepA_mal.rs | ||
types.rs |