pest
pest copied to clipboard
[feature request] Character separated list
Could we have a grammar for that? Something similar to this:
arguments = { argument * "," }
ipv4 = @{ ASCII_DIGIT{1,3} {3} "." }
(There should be better design but this is just an illustration.)