forked from GitHub/gf-core
AppIta, with a small lexicon
This commit is contained in:
18
lib/src/experimental/AppIta.gf
Normal file
18
lib/src/experimental/AppIta.gf
Normal file
@@ -0,0 +1,18 @@
|
||||
--# -path=.:../translator:../../../examples/phrasebook
|
||||
|
||||
concrete AppIta of App =
|
||||
SmallPredIta
|
||||
, ExtensionsIta [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
|
||||
, DocumentationIta
|
||||
, DictionaryIta
|
||||
, PhrasebookIta - [open_A]
|
||||
|
||||
** {
|
||||
|
||||
flags
|
||||
literal = Symb ;
|
||||
|
||||
lin
|
||||
PhrasePhr p = {s = "+" ++ p.s} | p ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user