"Perlito" Perl 6 Compiler
Source program:
my $out = $document.getElementById('print-result'); $out
~= "using the 'document' object\n"; say "hello, World!"; $out
~= "goodbye $_\n" for 1 .. 3;
Compiler log:
Syntax tree (AST):
Compiled to Javascript:
Output: