mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 16:42:51 -06:00
commented out stringMark from Lang since it creates hopeless ambiguities in parsing
This commit is contained in:
@@ -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 ;
|
||||||
} ;
|
} ;
|
||||||
|
|||||||
@@ -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 ;
|
||||||
|
|||||||
@@ -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 ;
|
||||||
|
|||||||
Reference in New Issue
Block a user