mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-12 04:32:50 -06:00
moved lib/next-resource to next-lib/src, to enable linking with next-lib as value of GF_LIB_PATH
This commit is contained in:
16
next-lib/src/demo/DemoRus.gf
Normal file
16
next-lib/src/demo/DemoRus.gf
Normal file
@@ -0,0 +1,16 @@
|
||||
--# -path=.:alltenses
|
||||
|
||||
concrete DemoRus of Demo =
|
||||
NounRus,
|
||||
ClauseRus,
|
||||
AdjectiveRus,
|
||||
AdverbRus,
|
||||
NumeralRus,
|
||||
QuestionRus,
|
||||
StructuralRus,
|
||||
LexiconRus
|
||||
** {
|
||||
|
||||
flags language = ru; unlexer = text ; lexer = text ;
|
||||
|
||||
} ;
|
||||
Reference in New Issue
Block a user