Changes between Version 11 and Version 12 of Taskforces/FCS/FCS-QL


Ignore:
Timestamp:
11/02/15 15:38:34 (9 years ago)
Author:
Leif-Jöran
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Taskforces/FCS/FCS-QL

    v11 v12  
    9393[21] identifier           ::= identifier-char identifier-char*
    9494
    95 [21.11] identifier           ::= identifier-first-char identifier-char*
     95[21.11] identifier        ::= identifier-first-char identifier-char*
    9696
    9797[21.12] identifier-first-char      ::= [a-zA-Z]
     
    130130 * regex are not defined/guarded by this grammar :/
    131131 * non-continuous rule numbers are currently intended; we've already removed some. Rules will be renumbered, when grammar is fixed.
    132  * Integrated Peter B's suggestion 2v2 and 3v2 together with 11v2 and 12v2 for ressolving structural ambiguity eventhough antlr handles this perfectly fine.
     132 * Integrated Peter B's suggestion {{{[2v2]}}} and {{{[3v2]}}} together with {{{[11v2]}}} and {{{[12v2]}}} for resolving structural ambiguity eventhough antlr handles this perfectly fine.
    133133 * Changed "identifier" {{{[21]}}} to only be allowed to start with a letter e.g. not digits and - (hyphen) to more resemble XML names.
    134134