canopy icon indicating copy to clipboard operation
canopy copied to clipboard

Case Ignore or multiple string options are not working

Open sidhant92 opened this issue 5 years ago • 2 comments
trafficstars

I am trying to evaluate a boolean expression using the library. So I am supporting either AND or and or & or &&.

But while defining the peg file i is not supported for case-insensitive and neither "AND"/ "and" / "&" / "&&"

Even this is not working. When giving multiple options parsing is failing

sidhant92 avatar Jul 12 '20 16:07 sidhant92

@sidhant92 I'm not sure I understand what you're asking for, or what you're trying to do with your grammar. Could you give an example of the grammar you're writing and some of the inputs you expect it to match?

jcoglan avatar Aug 03 '20 15:08 jcoglan

Can I close this issue or did you have further information about it?

jcoglan avatar Mar 31 '22 12:03 jcoglan