canopy
canopy copied to clipboard
Case Ignore or multiple string options are not working
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 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?
Can I close this issue or did you have further information about it?