forked from GitHub/gf-core
godis tram grammars, augmented with Fin
This commit is contained in:
22
examples/godis-tram/Tram/Lines.gf
Normal file
22
examples/godis-tram/Tram/Lines.gf
Normal file
@@ -0,0 +1,22 @@
|
||||
abstract Lines = {
|
||||
cat Line;
|
||||
fun
|
||||
Tram1 : Line ;
|
||||
Tram2 : Line ;
|
||||
Tram3 : Line ;
|
||||
Tram4 : Line ;
|
||||
Tram5 : Line ;
|
||||
Tram6 : Line ;
|
||||
Tram7 : Line ;
|
||||
Tram8 : Line ;
|
||||
Tram9 : Line ;
|
||||
|
||||
Bus34 : Line ;
|
||||
Bus40 : Line ;
|
||||
Bus51 : Line ;
|
||||
Bus60 : Line ;
|
||||
Bus62 : Line ;
|
||||
|
||||
Alvsnabben : Line ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user