mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-01 11:38:34 -06:00
Some progress on the implementation of mkClause
This commit is contained in:
@@ -2,9 +2,11 @@
|
||||
|
||||
concrete GrammarTur of Grammar =
|
||||
NounTur,
|
||||
VerbTur,
|
||||
AdjectiveTur,
|
||||
NumeralTur,
|
||||
StructuralTur
|
||||
StructuralTur,
|
||||
SentenceTur
|
||||
** {
|
||||
|
||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||
|
||||
Reference in New Issue
Block a user