mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -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 {
|
||||
|
||||
flags
|
||||
optimize = all_subs ;
|
||||
-- optimize = all_subs ;
|
||||
optimize = share ;
|
||||
unlexer = text ; lexer = text ;
|
||||
|
||||
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