forked from Perl/perl5
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move all the signature param parsing logic out of perly.y into a help…
…er API Provide a subsignature_*() API Added: * subsignature_start() * subsignature_append_slurpy() * subsignature_append_positional() * subsignature_finish() Call these from code blocks in perly.y Make the actual parser signature struct opaque, hidden in toke.c. This gives it much more robustness against future modifications.
- Loading branch information
Showing
10 changed files
with
1,653 additions
and
1,583 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.