summaryrefslogtreecommitdiff
path: root/data/sample-grammars/theory.gram
blob: 828b180fe7740c945d2ba4161d9b92f2dd6e93fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[theory] <^2> [plural+last] [theory-suffix]
	<^2> the [last-name] [theory-suffix]
	<^3> the [2+last-name] [theory-suffix]
	[plural+last] [theory-suffix]
	the [3+last-name] [theory-suffix]
	[plural+last] [ordinal] [theory-suffix]

pragma initial-rule [theory]

[plural+last] [last-name] 's

[2+last-name] [last-name] - [last-name]

[3+last-name] [last-name] - [last-name] - [last-name]

[theory-suffix] theory
	law
	theorem
	postulate
	conjecture
	principle
	hypothesis