summaryrefslogtreecommitdiff
path: root/next-lib/src/abstract/Grammar.gf
blob: a1edd59dfb98a246f0ecfc7e451e042e98c0ed3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--1 Grammar: the Main Module of the Resource Grammar

-- This grammar is a collection of the different grammar modules,
-- To test the resource, import [``Lang`` Lang.html], which also contains
-- a lexicon.

abstract Grammar = 
  Noun,
  Verb, 
  Adjective,
  Adverb,
  Numeral,
  Sentence, 
  Question,
  Relative,
  Conjunction,
  Phrase,
  Text,
  Structural,
  Idiom ;