summaryrefslogtreecommitdiff
path: root/next-lib/src/parsing/Parse.gf
blob: 7396ae499d559f9e07e67a562ce6a433fefc9eba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
abstract Parse = 
  Noun,
  Verb, 
  Adjective,
  Adverb,
  Numeral,
  Sentence, 
  Question,
  Relative,
  Conjunction,
  Phrase,
  Text,
  Structural,
  Idiom,

  Lexicon ;