diff options
| author | aarne <aarne@cs.chalmers.se> | 2006-11-08 15:08:09 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2006-11-08 15:08:09 +0000 |
| commit | eb3d750459c5ab6fd0fa2266175e1ad4a4e3d33f (patch) | |
| tree | 8171f7d4ed14c9821a508a6471ee8733fdc7808f /examples/godis-tram/Common/GodisSystemSwe.gf | |
| parent | 1fd01130157b81d1b8f4e334f93efa25acf0ecc3 (diff) | |
godis tram grammars, augmented with Fin
Diffstat (limited to 'examples/godis-tram/Common/GodisSystemSwe.gf')
| -rw-r--r-- | examples/godis-tram/Common/GodisSystemSwe.gf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/godis-tram/Common/GodisSystemSwe.gf b/examples/godis-tram/Common/GodisSystemSwe.gf new file mode 100644 index 000000000..b45cb0b66 --- /dev/null +++ b/examples/godis-tram/Common/GodisSystemSwe.gf @@ -0,0 +1,4 @@ +--# -path=.:prelude:resource-1.0/abstract:resource-1.0/common:resource-1.0/scandinavian:resource-1.0/swedish + +concrete GodisSystemSwe of GodisSystem = GodisSystemI with + (Grammar=GrammarSwe), (Extra=ExtraSwe), (GodisLang=GodisLangSwe); |
