Custom parsing subroutines
However, recall that PGE simply converts subrules into Parrot subroutines.
In fact, it's worth repeating this mantra:
- A regex is just another type of subroutine. (Or method.)
Thus, we aren't limited to parsing things using regex syntax -- we can define our own custom parse subroutine.