1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-19 17:47:53 +03:00
mal/elisp
Nicolas Boulenguez 14ab099cea gensym: hide the counter in an environment, define inc in stepA.
tests: check that `inc` is present in stepA.
nasm: split lines in mal_startup_string for readability.
objpascal: remove obsolete .orig file
swift: remove an unneeded line in template
swift4: remove duplicate definition of `or` macro
2019-05-11 16:37:26 +02:00
..
mal elisp: Avoid conflict by loading libs from mal/ 2019-02-25 16:37:24 +01:00
tests elisp: Relax version RE check 2019-02-19 21:01:42 +01:00
Dockerfile elisp: add Dockerfile, travis, stepA header. 2016-03-02 10:03:46 -06:00
Makefile Convert to loccount based stats calculation. 2019-03-20 23:34:21 -05:00
run elisp: Get rid of load-relative hack 2019-02-19 21:10:15 +01:00
step0_repl.el Implement step 0 2016-02-28 21:21:38 +01:00
step1_read_print.el elisp: Avoid conflict by loading libs from mal/ 2019-02-25 16:37:24 +01:00
step2_eval.el elisp: Avoid conflict by loading libs from mal/ 2019-02-25 16:37:24 +01:00
step3_env.el elisp: Avoid conflict by loading libs from mal/ 2019-02-25 16:37:24 +01:00
step4_if_fn_do.el elisp: Avoid conflict by loading libs from mal/ 2019-02-25 16:37:24 +01:00
step5_tco.el elisp: Avoid conflict by loading libs from mal/ 2019-02-25 16:37:24 +01:00
step6_file.el elisp: Avoid conflict by loading libs from mal/ 2019-02-25 16:37:24 +01:00
step7_quote.el elisp: Avoid conflict by loading libs from mal/ 2019-02-25 16:37:24 +01:00
step8_macros.el elisp: Avoid conflict by loading libs from mal/ 2019-02-25 16:37:24 +01:00
step9_try.el elisp: A list of cadr is its cdr 2019-02-25 17:03:22 +01:00
stepA_mal.el gensym: hide the counter in an environment, define inc in stepA. 2019-05-11 16:37:26 +02:00