I think I may have discovered a bug in the generated parser. I've added a test case that should not fail according to the grammar, but it does.
The official OData-ABNF grammar does indeed include ambiguities that could possibly be resolved in order to allow for generating parsers without the need for "Constraint"s but there additionally seems to be a bug in the generated parser.
I think I may have discovered a bug in the generated parser. I've added a test case that should not fail according to the grammar, but it does.
The official OData-ABNF grammar does indeed include ambiguities that could possibly be resolved in order to allow for generating parsers without the need for "Constraint"s but there additionally seems to be a bug in the generated parser.