mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-15 14:12:51 -06:00
Build peace grammars with optimize=share to work with GF EI.
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
incomplete concrete PeaceSyntaxI of PeaceSyntax = PeaceCatI ** open Lang in {
|
incomplete concrete PeaceSyntaxI of PeaceSyntax = PeaceCatI ** open Lang in {
|
||||||
|
|
||||||
flags
|
flags
|
||||||
optimize = all_subs ;
|
-- optimize = all_subs ;
|
||||||
|
optimize = share ;
|
||||||
unlexer = text ; lexer = text ;
|
unlexer = text ; lexer = text ;
|
||||||
|
|
||||||
lincat
|
lincat
|
||||||
|
|||||||
4
examples/peacekeeping/mkPeace.gfs
Normal file
4
examples/peacekeeping/mkPeace.gfs
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
i -optimize=share english/Peace_Eng.gf
|
||||||
|
i -optimize=share swedish/Peace_Swe.gf
|
||||||
|
s
|
||||||
|
pm | wf peace.gfcm
|
||||||
Reference in New Issue
Block a user