Closed pjanck closed 3 years ago
Currently:
boolean_expression : ( NOT ) boolean_term (logical_interconnection ( NOT ) boolean_term)* ;
Missing ? for the (NOT) part - or is it a must?
?
(NOT)
Proposal:
boolean_expression : ( NOT )? boolean_term (logical_interconnection ( NOT )? boolean_term)* ;
I can prepare a PR after #19 and #21 have been merged (for easier traceability).
Closed by #21
Currently:
Missing
?
for the(NOT)
part - or is it a must?Proposal: