Skip to content

Commit

Permalink
Enable weird numbers on all backends
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Nov 29, 2017
1 parent 294edfa commit a30766b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Grammar.nqp
Expand Up @@ -3579,7 +3579,7 @@ grammar Perl6::Grammar is HLL::Grammar does STD {
| <complex_number>
| 'Inf' >>
| $<uinf>='∞'
| <?{ nqp::existskey(nqp::backendconfig(), 'moarlib') }> <unum=:No+:Nl>
| <unum=:No+:Nl>
]
}
Expand Down

0 comments on commit a30766b

Please sign in to comment.