Skip to content

Commit

Permalink
Remove todo note about octal notation since it's now added
Browse files Browse the repository at this point in the history
  • Loading branch information
leonerd committed May 8, 2021
1 parent 1e43c13 commit 91c3df1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Porting/todo.pod
Expand Up @@ -1165,12 +1165,6 @@ combines the code in pp_entersub, pp_leavesub. This should probably
be done 1st in XS, and using B::Generate to patch the new OP into the
optrees.

=head2 Add C<0odddd>

It has been proposed that octal constants be specifiable through the syntax
C<0oddddd>, parallel to the existing construct to specify hex constants
C<0xddddd>

=head2 Revisit the regex super-linear cache code

Perl executes regexes using the traditional backtracking algorithm, which
Expand Down

0 comments on commit 91c3df1

Please sign in to comment.