diff options
| author | Ben Culkin <benculkin@Daniel-Culkins-iMac.local> | 2018-05-16 12:21:55 -0400 |
|---|---|---|
| committer | Ben Culkin <benculkin@Daniel-Culkins-iMac.local> | 2018-05-16 12:21:55 -0400 |
| commit | 66f5a43dee94657a56141c093488eccbf64c7ae1 (patch) | |
| tree | 0c02cc607fbee44d375691760164c1ea8e81af58 /RGens/data/sample-grammars/24hr-rpg.gram | |
| parent | ae9340847b7a6ef839b096d663da8162fd29c44a (diff) | |
Update
Diffstat (limited to 'RGens/data/sample-grammars/24hr-rpg.gram')
| -rwxr-xr-x | RGens/data/sample-grammars/24hr-rpg.gram | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/RGens/data/sample-grammars/24hr-rpg.gram b/RGens/data/sample-grammars/24hr-rpg.gram index 1ac7c71..dcfc21d 100755 --- a/RGens/data/sample-grammars/24hr-rpg.gram +++ b/RGens/data/sample-grammars/24hr-rpg.gram @@ -5,7 +5,15 @@ [rpg-part] : [rpg-part] the [rpg-part] [rpg-part] : [rpg-part] [rpg-part] +[rpg-name-phrase] [quote-rpg-name] was just released + [quote-rpg-name] vs [quote-rpg-name] : which is better? + [quote-rpg-name] : will it live up to the hype? + [quote-rpg-name] released its [ordinal] edition today + +[quote-rpg-name] ( [rpg-name] ) + pragma initial-rule [rpg-name] +pragma export-rule [rpg-name-phrase] [rpg-part] → tits teeth |
