diff options
| author | bringert <bringert@cs.chalmers.se> | 2007-06-27 12:38:24 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2007-06-27 12:38:24 +0000 |
| commit | 54d53251718dce4fcfda941eb9c21abe8eb939ed (patch) | |
| tree | dc5c8eebca401909dcf8dce25bd86bd0d02fe4a6 /examples/regulus | |
| parent | 67857cb1465cede016bc9a0c0b71b08813089df0 (diff) | |
Moved the different versions of the toy0 concrete modules to different subdirectories.
Diffstat (limited to 'examples/regulus')
| -rw-r--r-- | examples/regulus/toy0/example-based/Toy0GerE.gf (renamed from examples/regulus/toy0/Toy0GerE.gf) | 2 | ||||
| -rw-r--r-- | examples/regulus/toy0/example-based/Toy0IE.gfe (renamed from examples/regulus/toy0/Toy0IE.gfe) | 4 | ||||
| -rw-r--r-- | examples/regulus/toy0/no-functor/Toy0Fin0.gf (renamed from examples/regulus/toy0/Toy0Fin0.gf) | 2 | ||||
| -rw-r--r-- | examples/regulus/toy0/no-resource/Toy0Eng.gf (renamed from examples/regulus/toy0/Toy0Eng.gf) | 1 | ||||
| -rw-r--r-- | examples/regulus/toy0/no-resource/Toy0Fre.gf (renamed from examples/regulus/toy0/Toy0Fre.gf) | 1 | ||||
| -rw-r--r-- | examples/regulus/toy0/no-resource/Toy0Ger.gf (renamed from examples/regulus/toy0/Toy0Ger.gf) | 1 | ||||
| -rw-r--r-- | examples/regulus/toy0/no-resource/Toy0_eng.gf (renamed from examples/regulus/toy0/Toy0_eng.gf) | 0 |
7 files changed, 7 insertions, 4 deletions
diff --git a/examples/regulus/toy0/Toy0GerE.gf b/examples/regulus/toy0/example-based/Toy0GerE.gf index 00b4b79a7..f87eceb31 100644 --- a/examples/regulus/toy0/Toy0GerE.gf +++ b/examples/regulus/toy0/example-based/Toy0GerE.gf @@ -1,4 +1,4 @@ ---# -path=.:present:prelude +--# -path=..:present:prelude concrete Toy0GerE of Toy0 = Toy0IE with (Grammar = GrammarGer), diff --git a/examples/regulus/toy0/Toy0IE.gfe b/examples/regulus/toy0/example-based/Toy0IE.gfe index 992708554..03313efd5 100644 --- a/examples/regulus/toy0/Toy0IE.gfe +++ b/examples/regulus/toy0/example-based/Toy0IE.gfe @@ -1,5 +1,5 @@ ---# -resource=/home/aarne/GF/lib/present/LangEng.gfc ---# -path=.:present:prelude +--# -resource=present/LangEng.gfc +--# -path=..:present:prelude -- to compile: gf -examples Toy0IE.gfe diff --git a/examples/regulus/toy0/Toy0Fin0.gf b/examples/regulus/toy0/no-functor/Toy0Fin0.gf index 23203934d..9a1875124 100644 --- a/examples/regulus/toy0/Toy0Fin0.gf +++ b/examples/regulus/toy0/no-functor/Toy0Fin0.gf @@ -1,4 +1,4 @@ ---# -path=present:prelude +--# -path=..:present:prelude concrete Toy0Fin0 of Toy0 = open SyntaxFin, ParadigmsFin in { diff --git a/examples/regulus/toy0/Toy0Eng.gf b/examples/regulus/toy0/no-resource/Toy0Eng.gf index 977fb09c5..e6fa01b8d 100644 --- a/examples/regulus/toy0/Toy0Eng.gf +++ b/examples/regulus/toy0/no-resource/Toy0Eng.gf @@ -1,3 +1,4 @@ +--# -path=.. concrete Toy0Eng of Toy0 = { param diff --git a/examples/regulus/toy0/Toy0Fre.gf b/examples/regulus/toy0/no-resource/Toy0Fre.gf index c5267ae18..1077058e0 100644 --- a/examples/regulus/toy0/Toy0Fre.gf +++ b/examples/regulus/toy0/no-resource/Toy0Fre.gf @@ -1,3 +1,4 @@ +--# -path=.. concrete Toy0Fre of Toy0 = { param diff --git a/examples/regulus/toy0/Toy0Ger.gf b/examples/regulus/toy0/no-resource/Toy0Ger.gf index 68b3b7969..eee5df823 100644 --- a/examples/regulus/toy0/Toy0Ger.gf +++ b/examples/regulus/toy0/no-resource/Toy0Ger.gf @@ -1,3 +1,4 @@ +--# -path=.. concrete Toy0Ger of Toy0 = { param diff --git a/examples/regulus/toy0/Toy0_eng.gf b/examples/regulus/toy0/no-resource/Toy0_eng.gf index ed8fe8063..ed8fe8063 100644 --- a/examples/regulus/toy0/Toy0_eng.gf +++ b/examples/regulus/toy0/no-resource/Toy0_eng.gf |
