mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-30 14:52:51 -06:00
next-lib renamed to lib, lib to old-lib
This commit is contained in:
21
lib/src/interlingua/GrammarIna.gf
Normal file
21
lib/src/interlingua/GrammarIna.gf
Normal file
@@ -0,0 +1,21 @@
|
||||
--# -path=.:../abstract:../common:prelude
|
||||
|
||||
concrete GrammarIna of Grammar =
|
||||
NounIna,
|
||||
VerbIna,
|
||||
AdjectiveIna,
|
||||
AdverbIna,
|
||||
NumeralIna,
|
||||
SentenceIna,
|
||||
QuestionIna,
|
||||
RelativeIna,
|
||||
ConjunctionIna,
|
||||
PhraseIna,
|
||||
TextX,
|
||||
StructuralIna,
|
||||
IdiomIna
|
||||
** {
|
||||
|
||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||
|
||||
} ;
|
||||
Reference in New Issue
Block a user