mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 20:18:33 -06:00
18 lines
398 B
Plaintext
Executable File
18 lines
398 B
Plaintext
Executable File
--1 Lang: a Test Module for the Resource Grammar
|
|
|
|
abstract NguniChunk =
|
|
NguniGrammar,
|
|
Backward[ComplV2,ComplV3],
|
|
ExtraExt,
|
|
NounExt,
|
|
VerbExt,
|
|
-- MonoLexAbs,
|
|
PChunk,
|
|
Symbol - [Symb]
|
|
-- ,Construction --- could be compiled here, but not in concretes, as they call Syntax and Grammar
|
|
-- ,Documentation --# notpresent
|
|
-- ,Markup - [stringMark]
|
|
** {
|
|
flags startcat=Phr ;
|
|
} ;
|