1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 10:07:45 +03:00
mal/perl6
Hinrik Örn Sigurðsson a708140106 Add Perl 6 implementation
All tests pass, but readline support (via Linenoise module) is commented
out in step0_repl.pl as it is not a core module. Should maybe change it
when docker support is added.
2016-06-11 15:02:06 +00:00
..
core.pm Add Perl 6 implementation 2016-06-11 15:02:06 +00:00
env.pm Add Perl 6 implementation 2016-06-11 15:02:06 +00:00
Makefile Add Perl 6 implementation 2016-06-11 15:02:06 +00:00
printer.pm Add Perl 6 implementation 2016-06-11 15:02:06 +00:00
reader.pm Add Perl 6 implementation 2016-06-11 15:02:06 +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 Add Perl 6 implementation 2016-06-11 15:02:06 +00:00
stepA_mal.pl Add Perl 6 implementation 2016-06-11 15:02:06 +00:00
types.pm Add Perl 6 implementation 2016-06-11 15:02:06 +00:00