diff options
Diffstat (limited to 'examples/letter')
| -rw-r--r-- | examples/letter/README | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/examples/letter/README b/examples/letter/README new file mode 100644 index 000000000..eb5724dc7 --- /dev/null +++ b/examples/letter/README @@ -0,0 +1,34 @@ +GF challenges Microsoft Works! Here you find templates for +multilingual authoring of business and love letters! + +Another point of these grammars is to illustrate how +local updates are propagated everywhere in the document. +Form, in the editor + + Dear Colleague, + + I love you. + + With best regards, + + your wife + +and change between ColleagueHe, ColleagueShe, ColleaguesHe, ColleaguesShe. + +The grammars are somewhat ad hoc and messy, and could be improved +with better abstractions. + +(AR 2001) + +To use in the editor, it is a good idea to precompile: + + gf <mkLetter.gfs + +For the actual use, type then + + jgf Letter.gfcm + +and select "Letter" from the "Cat" menu. + +Copyright (c) 2001-2004 Janna Khegai, Aarne Ranta +under GNU General Public License (GPL). |
