1
1
mirror of https://github.com/kanaka/mal.git synced 2024-10-26 14:22:25 +03:00
mal/perl6
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
..
tests Runtest should fail on bad test data. Fix interop tests. 2019-01-28 10:27:41 -06:00
core.pm objc, perl6, r: Add number?, fn?, macro? 2017-10-24 13:11:04 +00:00
Dockerfile perl6: update/add missing Dockerfile. Stats target. 2016-07-29 10:48:13 -05:00
env.pm Add Perl 6 implementation 2016-06-11 15:02:06 +00:00
Makefile Convert to loccount based stats calculation. 2019-03-20 23:34:21 -05:00
printer.pm Add Perl 6 implementation 2016-06-11 15:02:06 +00:00
reader.pm Perl 6: Throw exception on missing ), ], or } 2016-06-11 19:53:50 +00:00
run Add Perl 6 implementation 2016-06-11 15:02:06 +00:00
step0_repl.pl Add Perl 6 implementation 2016-06-11 15:02:06 +00:00
step1_read_print.pl Add Perl 6 implementation 2016-06-11 15:02:06 +00:00
step2_eval.pl Add Perl 6 implementation 2016-06-11 15:02:06 +00:00
step3_env.pl Add Perl 6 implementation 2016-06-11 15:02:06 +00:00
step4_if_fn_do.pl Add Perl 6 implementation 2016-06-11 15:02:06 +00:00
step5_tco.pl Add Perl 6 implementation 2016-06-11 15:02:06 +00:00
step6_file.pl Add Perl 6 implementation 2016-06-11 15:02:06 +00:00
step7_quote.pl Add Perl 6 implementation 2016-06-11 15:02:06 +00:00
step8_macros.pl Add Perl 6 implementation 2016-06-11 15:02:06 +00:00
step9_try.pl Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
stepA_mal.pl gensym: hide the counter in an environment, define inc in stepA. 2019-05-11 16:37:26 +02:00
types.pm Add Perl 6 implementation 2016-06-11 15:02:06 +00:00