File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -590,15 +590,15 @@ grammar NQP::Grammar is HLL::Grammar {
590
590
]
591
591
592
592
[
593
- | <? [ ( ] > < args >
593
+ | <args >
594
594
| ':' \s <args = .arglist >
595
595
]** 0.. 1
596
596
}
597
597
598
598
token term :sym <self > { <sym > » }
599
599
600
600
token term :sym <identifier > {
601
- <deflongname > <? [ ( ] > < args >
601
+ <deflongname > <args >
602
602
}
603
603
604
604
token term :sym <name > {
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ our @required_nqp_files = qw(
28
28
@bindir@/nqp@exe@
29
29
) ;
30
30
31
- our $nqp_git = ' git ://github.com/perl6/nqp.git' ;
32
- our $par_git = ' git ://github.com/parrot/parrot.git' ;
31
+ our $nqp_git = ' http ://github.com/perl6/nqp.git' ;
32
+ our $par_git = ' http ://github.com/parrot/parrot.git' ;
33
33
34
34
our $nqp_push = ' git@github.com:perl6/nqp.git' ;
35
35
our $par_push = ' git@github.com:parrot/parrot.git' ;
You can’t perform that action at this time.
0 commit comments