diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-05-18 11:52:39 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-05-18 11:52:39 -0300 |
| commit | ca07d0ec8ec018129cf63080ebdf554a9d9abe82 (patch) | |
| tree | 560ba4e69f5b2c2918b23ec3333a95ee7485e6e3 /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 |
