mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-19 17:59:32 -06:00
tram using compiled resources
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
abstract Tram = {
|
||||
abstract Tram = PredefAbs ** {
|
||||
|
||||
cat
|
||||
Dep ; -- from here, from Angered
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
--# -path=.:compiled
|
||||
-- --# -path=.:resource-1.0/abstract:resource-1.0/common:resource-1.0/multimodal:resource-1.0/english:prelude:resource-1.0/mathematical
|
||||
--# -path=.:compiled:prelude
|
||||
|
||||
concrete TramEng of Tram = TramI with
|
||||
(Multimodal = MultimodalEng),
|
||||
|
||||
5
examples/tram/TramFin.gf
Normal file
5
examples/tram/TramFin.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
--# -path=.:compiled:prelude
|
||||
|
||||
concrete TramFin of Tram = TramI with
|
||||
(Multimodal = MultimodalFin),
|
||||
(Symbol = SymbolFin) ;
|
||||
@@ -1,4 +1,6 @@
|
||||
--# -path=.:resource-1.0/abstract:resource-1.0/french:resource-1.0/common:resource-1.0/multimodal:resource-1.0/romance:prelude:resource-1.0/mathematical
|
||||
--# -path=.:compiled:prelude
|
||||
|
||||
-- --# -path=.:resource-1.0/abstract:resource-1.0/french:resource-1.0/common:resource-1.0/multimodal:resource-1.0/romance:prelude:resource-1.0/mathematical
|
||||
|
||||
concrete TramFre of Tram = TramI with
|
||||
(Multimodal = MultimodalFre),
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
--# -path=.:resource-1.0/abstract:resource-1.0/common:resource-1.0/mathematical:resource-1.0/multimodal:resource-1.0/german:prelude
|
||||
--# -path=.:compiled:prelude
|
||||
-- --# -path=.:resource-1.0/abstract:resource-1.0/common:resource-1.0/mathematical:resource-1.0/multimodal:resource-1.0/german:prelude
|
||||
|
||||
concrete TramGer of Tram = TramI with
|
||||
(Multimodal = MultimodalGer),
|
||||
|
||||
@@ -31,8 +31,8 @@ lin
|
||||
DestClick = here7to_MAdv ;
|
||||
DepHere = DemAdv here7from_Adv ;
|
||||
DestHere = DemAdv here7to_Adv ;
|
||||
--- DepNamed s = MPrepNP from_Prep (DemNP (UsePN (SymbPN (MkSymb s)))) ;
|
||||
--- DestNamed s = MPrepNP to_Prep (DemNP (UsePN (SymbPN (MkSymb s)))) ;
|
||||
DepNamed s = MPrepNP from_Prep (DemNP (UsePN (SymbPN (MkSymb s)))) ;
|
||||
DestNamed s = MPrepNP to_Prep (DemNP (UsePN (SymbPN (MkSymb s)))) ;
|
||||
|
||||
CCoord x y = {point = "(" ++ x.s ++ "," ++ y.s ++ ")" ; lock_Point = <>} ;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--# -path=.:compiled
|
||||
--# -path=.:compiled:prelude
|
||||
|
||||
-- --# -path=.:resource-1.0/abstract:resource-1.0/swedish:resource-1.0/common:resource-1.0/multimodal:resource-1.0/scandinavian:prelude:resource-1.0/mathematical
|
||||
|
||||
|
||||
Reference in New Issue
Block a user