summaryrefslogtreecommitdiff
path: root/RGens/data/sample-grammars/long-data/color.gram
blob: 09deaf7c5d7c4f0f550e758253267968f8162667 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[color] orange
	purple
	brown
	grey
	[natural-color]

pragma export-rule [color]

[natural-color] → red
	black
	blue
	green
	white
	yellow

pragma export-rule [natural-color]