tram with new API

This commit is contained in:
aarne
2005-12-09 16:29:49 +00:00
parent ea5639b85f
commit e5d44f96ad
5 changed files with 92 additions and 0 deletions

5
examples/tram/TramEng.gf Normal file
View File

@@ -0,0 +1,5 @@
--# -path=.:resource-1.0/abstract:resource-1.0/common:resource-1.0/multimodal:resource-1.0/english:prelude
concrete TramEng of Tram = TramI with
(Multimodal = MultimodalEng),
(Math = MathEng) ;