1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 10:37:58 +03:00
mal/nasm
Ben Dudson e2ada64e74 Fix bug in map: should pass args as list
This appeared only for variadic function which is used in EVAL.

Added a test to step 9 to catch this earlier.
2017-12-21 10:56:14 +00:00
..
core.asm Fix bug in map: should pass args as list 2017-12-21 10:56:14 +00:00
env.asm Step 5: Tail call optimisation 2017-11-11 01:04:11 +00:00
macros.mac Adding map and throw functions 2017-12-08 08:19:57 +00:00
Makefile Add try*/catch* 2017-12-09 16:14:12 +00:00
printer.asm Fix bug in rest and println 2017-12-14 23:06:19 +00:00
reader.asm Add meta, with-meta and ^ reader 2017-12-12 23:49:07 +00:00
run Step0 (input/output) passes tests 2017-10-09 00:10:03 +01:00
step0_repl.asm Step0 (input/output) passes tests 2017-10-09 00:10:03 +01:00
step1_read_print.asm Move types and system calls into separate files 2017-10-22 00:24:53 +01:00
step2_eval.asm Adding support for vectors 2017-11-03 00:17:11 +00:00
step3_env.asm Bug fix in list and vector eval 2017-11-03 22:57:19 +00:00
step4_if_fn_do.asm print_readably flag, str and println functions 2017-11-09 00:13:20 +00:00
step5_tco.asm Bugfix in let and def forms 2017-11-11 08:05:27 +00:00
step6_file.asm Adding *ARGV* command-line arguments 2017-11-17 23:30:43 +00:00
step7_quote.asm Fix memory leak, eval releases AST 2017-11-29 15:13:10 +00:00
step8_macros.asm Fix bug in apply_fn releasing memory 2017-12-08 08:17:35 +00:00
step9_try.asm Add try*/catch* 2017-12-09 16:14:12 +00:00
stepA_mal.asm Fix bugs in try*/catch* 2017-12-18 23:25:59 +00:00
system.asm Add time-ms function 2017-12-15 23:11:20 +00:00
types.asm Fix bug in apply, tests for double-free errors 2017-12-20 23:02:02 +00:00