mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-12 06:19:33 -06:00
Added english and french parameterized toy0 cocnrete sytnaxes.
This commit is contained in:
5
examples/regulus/toy0/Toy0Eng.gf
Normal file
5
examples/regulus/toy0/Toy0Eng.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
--# -path=.:present:prelude
|
||||
|
||||
concrete Toy0Eng of Toy0 = Toy0I with
|
||||
(Syntax = SyntaxEng),
|
||||
(Lexicon = LexiconEng) ;
|
||||
5
examples/regulus/toy0/Toy0Fre.gf
Normal file
5
examples/regulus/toy0/Toy0Fre.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
--# -path=.:present:prelude
|
||||
|
||||
concrete Toy0Fre of Toy0 = Toy0I with
|
||||
(Syntax = SyntaxFre),
|
||||
(Lexicon = LexiconFre) ;
|
||||
Reference in New Issue
Block a user