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:
aarne
2014-03-10 18:00:53 +00:00
parent 65a076d4d3
commit 96087ea21d
7 changed files with 81 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
--# -path=.:../translator:../../../examples/phrasebook
abstract App =
NDTrans
, Phrasebook
** {
flags
startcat=Phr;
fun
PhrasePhr : Phrase -> Phr ;
}