Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #128 from ribasushi/sanificationz
Some minor grammar nit (vers 2)
  • Loading branch information
jnthn committed Sep 18, 2013
2 parents 034ed97 + 9416e3b commit f9578fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/NQP/Grammar.nqp
Expand Up @@ -590,15 +590,15 @@ grammar NQP::Grammar is HLL::Grammar {
]

[
| <?[(]> <args>
| <args>
| ':' \s <args=.arglist>
]**0..1
}

token term:sym<self> { <sym> » }

token term:sym<identifier> {
<deflongname> <?[(]> <args>
<deflongname> <args>
}

token term:sym<name> {
Expand Down
4 changes: 2 additions & 2 deletions tools/lib/NQP/Configure.pm
Expand Up @@ -28,8 +28,8 @@ our @required_nqp_files = qw(
@bindir@/nqp@exe@
);

our $nqp_git = 'git://github.com/perl6/nqp.git';
our $par_git = 'git://github.com/parrot/parrot.git';
our $nqp_git = 'http://github.com/perl6/nqp.git';
our $par_git = 'http://github.com/parrot/parrot.git';

our $nqp_push = 'git@github.com:perl6/nqp.git';
our $par_push = 'git@github.com:parrot/parrot.git';
Expand Down

0 comments on commit f9578fe

Please sign in to comment.