diff options
Diffstat (limited to 'RGens/data/sample-grammars/long-data/natural-color.gram')
| -rw-r--r-- | RGens/data/sample-grammars/long-data/natural-color.gram | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/RGens/data/sample-grammars/long-data/natural-color.gram b/RGens/data/sample-grammars/long-data/natural-color.gram index 8830962..efdeba7 100644 --- a/RGens/data/sample-grammars/long-data/natural-color.gram +++ b/RGens/data/sample-grammars/long-data/natural-color.gram @@ -1,6 +1,8 @@ -red -black -blue -green -white -yellow +[natural-color] → red + black + blue + green + white + yellow + +pragma initial-rule [natural-color] |
