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
,Construction --- could be compiled here, but not in concretes, as they call Syntax and Grammar
,Documentation
,Markup
,Markup - [stringMark]
** {
flags startcat=Phr ;
} ;

View File

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

View File

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