mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 16:42:51 -06:00
continued restructuring of resources
This commit is contained in:
3
lib/resource/swedish/ClauseSwe.gf
Normal file
3
lib/resource/swedish/ClauseSwe.gf
Normal file
@@ -0,0 +1,3 @@
|
||||
--# -path=.:../scandinavian:../abstract:../../prelude
|
||||
|
||||
concrete ClauseSwe of Clause = ClauseScand with (SyntaxScand=SyntaxSwe) ;
|
||||
@@ -1,6 +1,10 @@
|
||||
--# -path=.:../scandinavian:../abstract:../../prelude
|
||||
|
||||
concrete TestResourceSwe of TestResource = RulesSwe, StructuralSwe **
|
||||
concrete TestResourceSwe of TestResource =
|
||||
-- RulesSwe,
|
||||
ClauseSwe,
|
||||
StructuralSwe
|
||||
**
|
||||
open Prelude, MorphoSwe, SyntaxSwe in {
|
||||
|
||||
flags startcat=Phr ; lexer=text ; unlexer=text ;
|
||||
|
||||
Reference in New Issue
Block a user