pest icon indicating copy to clipboard operation
pest copied to clipboard

[feature request] Character separated list

Open StarlightIbuki opened this issue 3 years ago • 0 comments

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.)

StarlightIbuki avatar Aug 03 '22 08:08 StarlightIbuki