-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
Is there a possibility to extend PPI recognised grammar. I know there is PPI::Transform and I looked at it, but it seems more of a post-processing api.
What I have in mind is a way to have something like:
async sub hello
{
print( "Hello world\n" );
}
be recognised as a PPI::Statement::Sub object and not as a PPI::Statement object.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels