Changes between Initial Version and Version 1 of Ticket #2191, comment 9


Ignore:
Timestamp:
Jul 30, 2023, 4:16:54 PM (10 months ago)
Author:
Peter Baumann

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2191, comment 9

    initial v1  
    11might be a problem of the grammar being too coarse. What about
    22{{{
    3 cast ::= "(" typeIdentifier ")"
     3cast ::= "(" typeIdentifier ")" mddExpr
    44typeIdentifier ::= "byte" | ...
    55}}}
     6this should make it unambiguous to parse.