diff options
| author | aarne <aarne@cs.chalmers.se> | 2006-01-20 23:03:50 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2006-01-20 23:03:50 +0000 |
| commit | 2a0a60ef8fb150906245441ce8732005c74705d8 (patch) | |
| tree | fabf58bea17d67174c7f9874e987e645f840f612 /examples/tram/TramGer.gf | |
| parent | 92f22c8f5c13c381d323caeffe17b6dab4c2d927 (diff) | |
working towards tram in 4 langs
Diffstat (limited to 'examples/tram/TramGer.gf')
| -rw-r--r-- | examples/tram/TramGer.gf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/tram/TramGer.gf b/examples/tram/TramGer.gf new file mode 100644 index 000000000..1446cfa24 --- /dev/null +++ b/examples/tram/TramGer.gf @@ -0,0 +1,5 @@ +--# -path=.:resource-1.0/abstract:resource-1.0/common:resource-1.0/multimodal:resource-1.0/german:prelude + +concrete TramGer of Tram = TramI with + (Multimodal = MultimodalGer), + (Math = MathGer) ; |
