Raku Actions Predicated on Parse Success?
Is there a way to configure Raku actions to only execute after a parse has completed successfully? For example, the program below outputs “Jane is telling us her age….”, even with malformed input.
Partial matching in a simple Raku program
I’ve created a simple program based on the Raku parsefile
example provided here. The contents of my Raku file are: