regal icon indicating copy to clipboard operation
regal copied to clipboard

Java mutating flags unsupported

Open tanzoniteblack opened this issue 4 years ago • 1 comments

(regal-parse/parse #"(?i)t{3}")
=> [:cat [:lambdaisland.regal.parse/not-implemented [:MutatingMatchFlags [:MatchFlagsExpr "i"]]] [:repeat "t" 3]]

tanzoniteblack avatar Jul 17 '20 16:07 tanzoniteblack

That is correct, we neither generate nor parse flags at this time.

plexus avatar Jul 17 '20 17:07 plexus

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.

alysbrooks avatar Jul 08 '23 03:07 alysbrooks