forked from GitHub/gf-rgl
App.gf: an experiment in combining phrasebook, rgl, and chunking, to support three colours in an app to indicate translation confidence
This commit is contained in:
14
src/experimental/AppEng.gf
Normal file
14
src/experimental/AppEng.gf
Normal file
@@ -0,0 +1,14 @@
|
||||
--# -path=.:../translator:../../../examples/phrasebook
|
||||
|
||||
concrete AppEng of App =
|
||||
NDTransEng
|
||||
, PhrasebookEng
|
||||
** {
|
||||
|
||||
flags
|
||||
literal = Symb ;
|
||||
|
||||
lin
|
||||
PhrasePhr p = {s = "+" ++ p.s} | p ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user