forked from GitHub/gf-core
Peacekeeping: moved startcat flags to top level concretes to work around problems in figuring out the startcat for CFGMs.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
incomplete concrete PeaceSyntaxI of PeaceSyntax = PeaceCatI ** open Lang in {
|
incomplete concrete PeaceSyntaxI of PeaceSyntax = PeaceCatI ** open Lang in {
|
||||||
|
|
||||||
flags
|
flags
|
||||||
startcat = Phr ; optimize = all_subs ;
|
optimize = all_subs ;
|
||||||
unlexer = text ; lexer = text ;
|
unlexer = text ; lexer = text ;
|
||||||
|
|
||||||
lincat
|
lincat
|
||||||
|
|||||||
@@ -3,4 +3,8 @@
|
|||||||
concrete Peace_Eng of Peace =
|
concrete Peace_Eng of Peace =
|
||||||
PeaceSyntax_Eng, PeaceLexCommon_Eng,
|
PeaceSyntax_Eng, PeaceLexCommon_Eng,
|
||||||
PeaceLexExt_Eng, PeacePhrases_Eng
|
PeaceLexExt_Eng, PeacePhrases_Eng
|
||||||
** {}
|
** {
|
||||||
|
|
||||||
|
flags startcat = Phr ;
|
||||||
|
|
||||||
|
}
|
||||||
|
|||||||
@@ -3,4 +3,8 @@
|
|||||||
concrete Peace_Fin of Peace =
|
concrete Peace_Fin of Peace =
|
||||||
PeaceSyntax_Fin, PeaceLexCommon_Fin,
|
PeaceSyntax_Fin, PeaceLexCommon_Fin,
|
||||||
PeaceLexExt_Fin, PeacePhrases_Fin
|
PeaceLexExt_Fin, PeacePhrases_Fin
|
||||||
** {}
|
** {
|
||||||
|
|
||||||
|
flags startcat = Phr ;
|
||||||
|
|
||||||
|
}
|
||||||
|
|||||||
@@ -3,4 +3,8 @@
|
|||||||
concrete Peace_Swe of Peace =
|
concrete Peace_Swe of Peace =
|
||||||
PeaceSyntax_Swe, PeaceLexCommon_Swe,
|
PeaceSyntax_Swe, PeaceLexCommon_Swe,
|
||||||
PeaceLexExt_Swe, PeacePhrases_Swe
|
PeaceLexExt_Swe, PeacePhrases_Swe
|
||||||
** {}
|
** {
|
||||||
|
|
||||||
|
flags startcat = Phr ;
|
||||||
|
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user