mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
working towards tram in 4 langs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
--# -path=.:resource/abstract:resource/french:resource/romance:prelude
|
||||
--# -path=.:resource-1.0/abstract:resource-1.0/french:resource-1.0/common:resource-1.0/multimodal:resource-1.0/romance:prelude
|
||||
|
||||
concrete TramFre of Tram = TramI with
|
||||
(Multimodal = MultimodalFre),
|
||||
|
||||
5
examples/tram/TramGer.gf
Normal file
5
examples/tram/TramGer.gf
Normal file
@@ -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) ;
|
||||
Reference in New Issue
Block a user