mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-20 10:19:32 -06:00
23 lines
407 B
Plaintext
23 lines
407 B
Plaintext
--1 The Main Module of the Resource Grammar
|
|
|
|
-- This grammar is just a collection of the different modules,
|
|
-- and the one that can be imported when one wants to test the
|
|
-- grammar. A smaller top module is [Test Test.html].
|
|
|
|
abstract Lang =
|
|
Noun,
|
|
Verb,
|
|
Adjective,
|
|
Adverb,
|
|
Numeral,
|
|
Sentence,
|
|
Question,
|
|
Relative,
|
|
Conjunction,
|
|
Phrase,
|
|
Text,
|
|
Structural,
|
|
Idiom,
|
|
Lexicon
|
|
** {} ;
|