mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
12 lines
186 B
Plaintext
12 lines
186 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
|
|
concrete GrammarTur of Grammar =
|
|
NounTur,
|
|
NumeralTur,
|
|
StructuralTur
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|