diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-05-18 17:48:42 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-05-18 17:48:42 -0300 |
| commit | 9356498bebab9342222cd87be669abae9d7ac3a2 (patch) | |
| tree | 393ea0b5ee30013c4ee84d2b1c96967a59a1aeb3 /RGens/data/sample-grammars/rtwiki/color.gram | |
| parent | ca07d0ec8ec018129cf63080ebdf554a9d9abe82 (diff) | |
More grammar work
Diffstat (limited to 'RGens/data/sample-grammars/rtwiki/color.gram')
| -rw-r--r-- | RGens/data/sample-grammars/rtwiki/color.gram | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/RGens/data/sample-grammars/rtwiki/color.gram b/RGens/data/sample-grammars/rtwiki/color.gram index d6c5402..346f73b 100644 --- a/RGens/data/sample-grammars/rtwiki/color.gram +++ b/RGens/data/sample-grammars/rtwiki/color.gram @@ -1,8 +1,10 @@ [color-phrases] [color-phrase] - [color-phrase] blended with [color-phrase] + [multi-color-phrases] + +[multi-color-phrases] [color-phrase] blended with [color-phrase] a blend between [color-phrase] , [color-phrase] and [color-phrase] - between [color-phrase] and [color-phrase] - between [color-phrase] , [color-phrase] and [color-phrase] + something between [color-phrase] and [color-phrase] + something between [color-phrase] , [color-phrase] and [color-phrase] pragma initial-rule [color-phrases] |
