Added english and french parameterized toy0 cocnrete sytnaxes.

This commit is contained in:
bringert
2007-06-27 12:40:25 +00:00
parent 780325e4ff
commit d734e2c40b
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
--# -path=.:present:prelude
concrete Toy0Eng of Toy0 = Toy0I with
(Syntax = SyntaxEng),
(Lexicon = LexiconEng) ;

View File

@@ -0,0 +1,5 @@
--# -path=.:present:prelude
concrete Toy0Fre of Toy0 = Toy0I with
(Syntax = SyntaxFre),
(Lexicon = LexiconFre) ;