Self-hosting compiler: Difference between revisions

Content added Content deleted
m (Minor cleanup of task description)
(Perl 6 entry)
Line 1: Line 1:
{{draft task}}
{{draft task}}
Implement a self-hosting compiler for your language.
Implement a self-hosting compiler for your language.
Extra credit for any solution that can complile in an online compiler such as Ideone.
Extra credit for any solution that can compile in an online compiler such as Ideone.

=={{header|Perl 6}}==

<lang perl6>eval slurp</lang>


=={{header|ZED}}==
=={{header|ZED}}==