On Sun, Jul 30, 2023 at 5:21 AM Darren Duncan <dar...@darrenduncan.net> wrote:
>
> match this pattern initially, but
>
> fully declarative

Do you consider `<!before [null | false | true] <wb>> .*` to be declarative?

If so, what about:
```
my token nonquoted_alphanumeric_text
     {
         <[ A..Z _ a..z ]> <[ 0..9 A..Z _ a..z ]>*
         &
         <!before [null | false | true] <wb>> .*
    }
```
--
raiph

Reply via email to