Changes between Version 1 and Version 2 of Taskforces/FCS/FCS-QL


Ignore:
Timestamp:
03/11/15 21:58:26 (9 years ago)
Author:
Oliver Schonefeld
Comment:

--

Legend:

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

    v1 v2  
    9898                            | "\" escaped-char
    9999
    100 [28] ws                   ::= <any whitespace coidpoint>
     100[28] ws                   ::= <any whitespace codepoint>
    101101
    102102[29] escaped-char         ::= "\"                                  /* backslash (\) */
     
    119119   * "paragraph" | "p" | "turn" | "t": denote the next larger unit, e.g. something like a paragraph
    120120   * "article" | "session": something like a whole document
     121 * {{{[27]}}} and {{{[28]}}} "any $SOMETING codepoint" are a pain to get easily done in at least ANTLR and JavaCC. Especially in combination with {{{[29]}}} :/
     122 * regex are not defined/guarded by grammar :/