commented out stringMark from Lang since it creates hopeless ambiguities in parsing

This commit is contained in:
aarne
2014-02-11 20:09:25 +00:00
parent 4ce2379869
commit 32a36a246c
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ abstract Lang =
Lexicon Lexicon
,Construction --- could be compiled here, but not in concretes, as they call Syntax and Grammar ,Construction --- could be compiled here, but not in concretes, as they call Syntax and Grammar
,Documentation ,Documentation
,Markup ,Markup - [stringMark]
** { ** {
flags startcat=Phr ; flags startcat=Phr ;
} ; } ;

View File

@@ -5,7 +5,7 @@ concrete LangEng of Lang =
LexiconEng LexiconEng
,ConstructionEng ,ConstructionEng
,DocumentationEng ,DocumentationEng
,MarkupEng ,MarkupEng - [stringMark]
** { ** {
flags startcat = Phr ; unlexer = text ; lexer = text ; flags startcat = Phr ; unlexer = text ; lexer = text ;

View File

@@ -5,7 +5,7 @@ concrete LangSwe of Lang =
LexiconSwe LexiconSwe
,ConstructionSwe ,ConstructionSwe
,DocumentationSwe ,DocumentationSwe
,MarkupSwe ,MarkupSwe - [stringMark]
** { ** {
flags startcat = Phr ; unlexer = text ; lexer = text ; flags startcat = Phr ; unlexer = text ; lexer = text ;