Help for this page
my $token_grammar = qr { ... <token: punctuation> ( \.+ | ,+ | ?+ | !+ | "+ | '+ | ;+ | : ++ | -+ | &+ | \(+ | \)+ | \[+ | \]+ ) };
my $token_grammar = qr { ... <token: unit> <word> <token: word> \b \w+ \b }