mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 05:29:30 -06:00
18 lines
324 B
Plaintext
18 lines
324 B
Plaintext
--# -path=.:../translator:../../../examples/phrasebook
|
|
|
|
concrete AppFre of App =
|
|
SmallPredFre
|
|
, ExtensionsFre [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
|
|
, DocumentationFre
|
|
, DictionaryFre
|
|
, PhrasebookFre - [open_A]
|
|
|
|
** {
|
|
|
|
flags
|
|
literal = Symb ;
|
|
|
|
lin
|
|
PhrasePhr p = {s = "+" ++ p.s} | p ;
|
|
|
|
} |