1
0
forked from GitHub/gf-core

godis tram grammars, augmented with Fin

This commit is contained in:
aarne
2006-11-08 15:08:09 +00:00
parent 5815ec730a
commit 8680d918f6
45 changed files with 2626 additions and 0 deletions

View 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 ;
}