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