Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
clean up misleading P5 special var warnings
Remove the tests for rare variables, especially those that will become syntax errors anyway, like $) and friends. This also allows us to parse bare sigils as rvalues, so we don't have to distinguish ($a,*,$c) = ... from my ($a,$,$c) = ... anymore. That is, if you use a bare $ as an rvalue, we'll simply declare an anonymous variable for you now. If we make the declarator default to 'state', it might even be useful as $++.
- Loading branch information
Showing
1 changed file
with
15 additions
and
47 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