mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-05 09:12:51 -06:00
App ported to Fre
This commit is contained in:
18
lib/src/experimental/AppFre.gf
Normal file
18
lib/src/experimental/AppFre.gf
Normal file
@@ -0,0 +1,18 @@
|
||||
--# -path=.:../translator:../../../examples/phrasebook
|
||||
|
||||
concrete AppFre of App =
|
||||
SmallPredFre
|
||||
, ExtensionsFre [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
|
||||
, DocumentationFre - [Pol,Tense]
|
||||
, DictionaryFre - [Pol,Tense]
|
||||
, PhrasebookFre - [open_A]
|
||||
|
||||
** {
|
||||
|
||||
flags
|
||||
literal = Symb ;
|
||||
|
||||
lin
|
||||
PhrasePhr p = {s = "+" ++ p.s} | p ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user