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


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

--

Legend:

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

    v10 v11  
    2222                            | segment-query     
    2323 
    24  [3.11] simple-query         ::= '(' main_query ')'          /* grouping */
     24 [3.11] simple-query      ::= '(' main_query ')'              /* grouping */
    2525                            | implicit-query
    2626                            | segment-query     
     
    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.
     133 * Changed "identifier" {{{[21]}}} to only be allowed to start with a letter e.g. not digits and - (hyphen) to more resemble XML names.
     134
    132135== Discussion ==
    133136Peter Beinema, MPI, proposes some minor changes to the grammar: