regal
regal copied to clipboard
Java mutating flags unsupported
(regal-parse/parse #"(?i)t{3}")
=> [:cat [:lambdaisland.regal.parse/not-implemented [:MutatingMatchFlags [:MatchFlagsExpr "i"]]] [:repeat "t" 3]]
That is correct, we neither generate nor parse flags at this time.
We definitely welcome PRs expanding Regal's support for features like flags, but it's unlikely to be a priority, so I'm closing it for now.