Skip to content

Commit

Permalink
Perlito - update for version 9.0 and rerun bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
fglock committed Apr 11, 2012
1 parent e0455bc commit c5cd4cd
Show file tree
Hide file tree
Showing 61 changed files with 671 additions and 674 deletions.
2 changes: 1 addition & 1 deletion html/perlito5.js
@@ -1,4 +1,4 @@
// Do not edit this file - Generated by Perlito5 8.0
// Do not edit this file - Generated by Perlito5 9.0
//
// lib/Perlito5/Javascript/Runtime.js
//
Expand Down
2 changes: 1 addition & 1 deletion html/perlito6.html
Expand Up @@ -60,7 +60,7 @@ <h1><a href="http://www.perlito.org">"Perlito" Perl 6 Compiler</a></h1>
var start = new Date().getTime();
document.getElementById('js-result').value += "// Do not edit this file - Generated by Perlito Perl 6\n";
// compilation unit
match = Perlito$Grammar.exp_stmts(source, pos);
match = Perlito6$Grammar.exp_stmts(source, pos);
ast = match.scalar();

var tmp = {v_name:"GLOBAL", v_body: ast};
Expand Down
1,223 changes: 611 additions & 612 deletions html/perlito6.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib5/Perlito5/AST.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito5 8.0
# Do not edit this file - Generated by Perlito5 9.0
use v5;
use Perlito5::Perl5::Runtime;
package main;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito5/Dumper.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito5 8.0
# Do not edit this file - Generated by Perlito5 9.0
use v5;
use Perlito5::Perl5::Runtime;
package main;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito5/Emitter/Token.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito5 8.0
# Do not edit this file - Generated by Perlito5 9.0
use v5;
use Perlito5::Perl5::Runtime;
package main;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito5/Eval.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito5 8.0
# Do not edit this file - Generated by Perlito5 9.0
use v5;
use Perlito5::Perl5::Runtime;
package main;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito5/Expression.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito5 8.0
# Do not edit this file - Generated by Perlito5 9.0
use v5;
use Perlito5::Perl5::Runtime;
package main;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito5/Grammar.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito5 8.0
# Do not edit this file - Generated by Perlito5 9.0
use v5;
use Perlito5::Perl5::Runtime;
package main;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito5/Grammar/Bareword.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito5 8.0
# Do not edit this file - Generated by Perlito5 9.0
use v5;
use Perlito5::Perl5::Runtime;
package main;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito5/Grammar/Block.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito5 8.0
# Do not edit this file - Generated by Perlito5 9.0
use v5;
use Perlito5::Perl5::Runtime;
package main;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito5/Grammar/Control.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito5 8.0
# Do not edit this file - Generated by Perlito5 9.0
use v5;
use Perlito5::Perl5::Runtime;
package main;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito5/Grammar/Regex.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito5 8.0
# Do not edit this file - Generated by Perlito5 9.0
use v5;
use Perlito5::Perl5::Runtime;
package main;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito5/Grammar/Space.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito5 8.0
# Do not edit this file - Generated by Perlito5 9.0
use v5;
use Perlito5::Perl5::Runtime;
package main;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito5/Grammar/String.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito5 8.0
# Do not edit this file - Generated by Perlito5 9.0
use v5;
use Perlito5::Perl5::Runtime;
package main;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito5/Grammar/Use.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito5 8.0
# Do not edit this file - Generated by Perlito5 9.0
use v5;
use Perlito5::Perl5::Runtime;
package main;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito5/Javascript/CORE.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito5 8.0
# Do not edit this file - Generated by Perlito5 9.0
use v5;
use Perlito5::Perl5::Runtime;
package main;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito5/Javascript/Emitter.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito5 8.0
# Do not edit this file - Generated by Perlito5 9.0
use v5;
use Perlito5::Perl5::Runtime;
package main;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito5/Javascript/IO.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito5 8.0
# Do not edit this file - Generated by Perlito5 9.0
use v5;
use Perlito5::Perl5::Runtime;
package main;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito5/Javascript/Runtime.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito5 8.0
# Do not edit this file - Generated by Perlito5 9.0
use v5;
use Perlito5::Perl5::Runtime;
package main;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito5/Macro.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito5 8.0
# Do not edit this file - Generated by Perlito5 9.0
use v5;
use Perlito5::Perl5::Runtime;
package main;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito5/Match.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito5 8.0
# Do not edit this file - Generated by Perlito5 9.0
use v5;
use Perlito5::Perl5::Runtime;
package main;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito5/Perl5/Emitter.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito5 8.0
# Do not edit this file - Generated by Perlito5 9.0
use v5;
use Perlito5::Perl5::Runtime;
package main;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito5/Perl6/Emitter.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito5 8.0
# Do not edit this file - Generated by Perlito5 9.0
use v5;
use Perlito5::Perl5::Runtime;
package main;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito5/Precedence.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito5 8.0
# Do not edit this file - Generated by Perlito5 9.0
use v5;
use Perlito5::Perl5::Runtime;
package main;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito5/Runtime.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito5 8.0
# Do not edit this file - Generated by Perlito5 9.0
use v5;
use Perlito5::Perl5::Runtime;
package main;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito5/Test.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito5 8.0
# Do not edit this file - Generated by Perlito5 9.0
use v5;
use Perlito5::Perl5::Runtime;
package main;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito5/strict.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito5 8.0
# Do not edit this file - Generated by Perlito5 9.0
use v5;
use Perlito5::Perl5::Runtime;
package main;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito5/warnings.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito5 8.0
# Do not edit this file - Generated by Perlito5 9.0
use v5;
use Perlito5::Perl5::Runtime;
package main;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito6/AST.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito6 8.0
# Do not edit this file - Generated by Perlito6 9.0
use v5;
use utf8;
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito6/Clojure/Emitter.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito6 8.0
# Do not edit this file - Generated by Perlito6 9.0
use v5;
use utf8;
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito6/Emitter/Token.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito6 8.0
# Do not edit this file - Generated by Perlito6 9.0
use v5;
use utf8;
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito6/Eval.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito6 8.0
# Do not edit this file - Generated by Perlito6 9.0
use v5;
use utf8;
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito6/Expression.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito6 8.0
# Do not edit this file - Generated by Perlito6 9.0
use v5;
use utf8;
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito6/Go/Emitter.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito6 8.0
# Do not edit this file - Generated by Perlito6 9.0
use v5;
use utf8;
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito6/Go/Prelude.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito6 8.0
# Do not edit this file - Generated by Perlito6 9.0
use v5;
use utf8;
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito6/Grammar.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito6 8.0
# Do not edit this file - Generated by Perlito6 9.0
use v5;
use utf8;
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito6/Grammar/Control.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito6 8.0
# Do not edit this file - Generated by Perlito6 9.0
use v5;
use utf8;
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito6/Grammar/Regex.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito6 8.0
# Do not edit this file - Generated by Perlito6 9.0
use v5;
use utf8;
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito6/Java/Emitter.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito6 8.0
# Do not edit this file - Generated by Perlito6 9.0
use v5;
use utf8;
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito6/Javascript/Emitter.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito6 8.0
# Do not edit this file - Generated by Perlito6 9.0
use v5;
use utf8;
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito6/Javascript/Prelude.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito6 8.0
# Do not edit this file - Generated by Perlito6 9.0
use v5;
use utf8;
use strict;
Expand Down
1 change: 0 additions & 1 deletion lib5/Perlito6/Javascript/Runtime.js
@@ -1,4 +1,3 @@
// Do not edit this file - Generated by Perlito6 8.0
// lib/Perlito6/Javascript/Runtime.js
//
// Runtime for "Perlito6" Perl6-in-Javascript
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito6/Lisp/Emitter.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito6 8.0
# Do not edit this file - Generated by Perlito6 9.0
use v5;
use utf8;
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito6/Lisp/Prelude.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito6 8.0
# Do not edit this file - Generated by Perlito6 9.0
use v5;
use utf8;
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito6/Macro.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito6 8.0
# Do not edit this file - Generated by Perlito6 9.0
use v5;
use utf8;
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito6/Parrot/Emitter.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito6 8.0
# Do not edit this file - Generated by Perlito6 9.0
use v5;
use utf8;
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito6/Parrot/Match.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito6 8.0
# Do not edit this file - Generated by Perlito6 9.0
use v5;
use utf8;
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito6/Perl5/Emitter.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito6 8.0
# Do not edit this file - Generated by Perlito6 9.0
use v5;
use utf8;
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito6/Perl5/Prelude.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito6 8.0
# Do not edit this file - Generated by Perlito6 9.0
use v5;
use utf8;
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito6/Precedence.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito6 8.0
# Do not edit this file - Generated by Perlito6 9.0
use v5;
use utf8;
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito6/Python/Emitter.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito6 8.0
# Do not edit this file - Generated by Perlito6 9.0
use v5;
use utf8;
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito6/Rakudo/Emitter.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito6 8.0
# Do not edit this file - Generated by Perlito6 9.0
use v5;
use utf8;
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito6/Ruby/Emitter.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito6 8.0
# Do not edit this file - Generated by Perlito6 9.0
use v5;
use utf8;
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito6/Runtime.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito6 8.0
# Do not edit this file - Generated by Perlito6 9.0
use v5;
use utf8;
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib5/Perlito6/Test.pm
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito6 8.0
# Do not edit this file - Generated by Perlito6 9.0
use v5;
use utf8;
use strict;
Expand Down
4 changes: 2 additions & 2 deletions perlito5.pl
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito5 8.0
# Do not edit this file - Generated by Perlito5 9.0
use v5;
use Perlito5::Perl5::Runtime;
package main;
Expand All @@ -21,7 +21,7 @@ package Perlito;
use Perlito5::Runtime;
use Perlito5::Dumper;
((my $_V5_COMPILER_NAME) = 'Perlito5');
((my $_V5_COMPILER_VERSION) = '8.0');
((my $_V5_COMPILER_VERSION) = '9.0');
((my $source) = '');
((my $backend) = '');
((my $execute) = 0);
Expand Down
4 changes: 2 additions & 2 deletions perlito6.pl
@@ -1,4 +1,4 @@
# Do not edit this file - Generated by Perlito6 8.0
# Do not edit this file - Generated by Perlito6 9.0
use v5;
use utf8;
use strict;
Expand Down Expand Up @@ -33,7 +33,7 @@ package GLOBAL;
use Perlito6::Ruby::Emitter;
use Perlito6::Runtime;
((my $_V6_COMPILER_NAME) = 'Perlito6');
((my $_V6_COMPILER_VERSION) = '8.0');
((my $_V6_COMPILER_VERSION) = '9.0');
((my $source) = '');
((my $backend) = '');
((my $execute) = 0);
Expand Down
2 changes: 1 addition & 1 deletion src5/util/perlito5.pl
Expand Up @@ -21,7 +21,7 @@ package Perlito;
use Perlito5::Dumper;

my $_V5_COMPILER_NAME = 'Perlito5';
my $_V5_COMPILER_VERSION = '8.0';
my $_V5_COMPILER_VERSION = '9.0';
my $source = '';
my $backend = '';
my $execute = 0;
Expand Down
1 change: 0 additions & 1 deletion src6/lib/Perlito6/Javascript/Runtime.js
@@ -1,4 +1,3 @@
// Do not edit this file - Generated by Perlito6 8.0
// lib/Perlito6/Javascript/Runtime.js
//
// Runtime for "Perlito6" Perl6-in-Javascript
Expand Down
2 changes: 1 addition & 1 deletion src6/util/perlito6.pl
Expand Up @@ -19,7 +19,7 @@
use Perlito6::Runtime;

my $_V6_COMPILER_NAME = 'Perlito6';
my $_V6_COMPILER_VERSION = '8.0';
my $_V6_COMPILER_VERSION = '9.0';
my $source = '';
my $backend = '';
my $execute = 0;
Expand Down

0 comments on commit c5cd4cd

Please sign in to comment.