mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-02 15:52:50 -06:00
moving a few things to deprecated
This commit is contained in:
16
deprecated/old-lib/resource/demo/DemoEng.gf
Normal file
16
deprecated/old-lib/resource/demo/DemoEng.gf
Normal file
@@ -0,0 +1,16 @@
|
||||
--# -path=.:alltenses
|
||||
|
||||
concrete DemoEng of Demo =
|
||||
NounEng,
|
||||
ClauseEng,
|
||||
AdjectiveEng,
|
||||
AdverbEng,
|
||||
NumeralEng,
|
||||
QuestionEng,
|
||||
StructuralEng,
|
||||
LexiconEng
|
||||
** {
|
||||
|
||||
flags language = en; unlexer = text ; lexer = text ;
|
||||
|
||||
} ;
|
||||
Reference in New Issue
Block a user