mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
20 lines
295 B
Plaintext
20 lines
295 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
|
|
concrete GrammarBul of Grammar =
|
|
NounBul,
|
|
VerbBul,
|
|
AdjectiveBul,
|
|
AdverbBul,
|
|
NumeralBul,
|
|
SentenceBul,
|
|
QuestionBul,
|
|
RelativeBul,
|
|
PhraseBul,
|
|
TextBul,
|
|
StructuralBul
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|