mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -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
|
||||
,Construction --- could be compiled here, but not in concretes, as they call Syntax and Grammar
|
||||
,Documentation
|
||||
,Markup
|
||||
,Markup - [stringMark]
|
||||
** {
|
||||
flags startcat=Phr ;
|
||||
} ;
|
||||
|
||||
@@ -5,7 +5,7 @@ concrete LangEng of Lang =
|
||||
LexiconEng
|
||||
,ConstructionEng
|
||||
,DocumentationEng
|
||||
,MarkupEng
|
||||
,MarkupEng - [stringMark]
|
||||
** {
|
||||
|
||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||
|
||||
@@ -5,7 +5,7 @@ concrete LangSwe of Lang =
|
||||
LexiconSwe
|
||||
,ConstructionSwe
|
||||
,DocumentationSwe
|
||||
,MarkupSwe
|
||||
,MarkupSwe - [stringMark]
|
||||
** {
|
||||
|
||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||
|
||||
Reference in New Issue
Block a user