diff options
| author | bringert <bringert@cs.chalmers.se> | 2007-06-27 12:40:25 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2007-06-27 12:40:25 +0000 |
| commit | 8a223031b5f27e9c875e8cff087235cd90c01a6e (patch) | |
| tree | d64fd733c2733fb0c75f2708aa70762454a53794 /examples/regulus | |
| parent | 54d53251718dce4fcfda941eb9c21abe8eb939ed (diff) | |
Added english and french parameterized toy0 cocnrete sytnaxes.
Diffstat (limited to 'examples/regulus')
| -rw-r--r-- | examples/regulus/toy0/Toy0Eng.gf | 5 | ||||
| -rw-r--r-- | examples/regulus/toy0/Toy0Fre.gf | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/examples/regulus/toy0/Toy0Eng.gf b/examples/regulus/toy0/Toy0Eng.gf new file mode 100644 index 000000000..edfe520e4 --- /dev/null +++ b/examples/regulus/toy0/Toy0Eng.gf @@ -0,0 +1,5 @@ +--# -path=.:present:prelude + +concrete Toy0Eng of Toy0 = Toy0I with + (Syntax = SyntaxEng), + (Lexicon = LexiconEng) ; diff --git a/examples/regulus/toy0/Toy0Fre.gf b/examples/regulus/toy0/Toy0Fre.gf new file mode 100644 index 000000000..513e9b390 --- /dev/null +++ b/examples/regulus/toy0/Toy0Fre.gf @@ -0,0 +1,5 @@ +--# -path=.:present:prelude + +concrete Toy0Fre of Toy0 = Toy0I with + (Syntax = SyntaxFre), + (Lexicon = LexiconFre) ; |
