diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-05-29 15:44:57 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-05-29 15:44:57 -0300 |
| commit | 03b9ed1601acfe323dc9b5360b8f2c2c972c8e04 (patch) | |
| tree | 72e33eec337b386e6d536f128da03a9d4f2f12fe /data/sample-grammars/congress.gram | |
| parent | d22367abbb07f020dfb387032e9b72a040a170f5 (diff) | |
| parent | 0faa5175b6f0de8835ed514615ac64135f406b29 (diff) | |
Merge branch 'working'
Diffstat (limited to 'data/sample-grammars/congress.gram')
| -rwxr-xr-x | data/sample-grammars/congress.gram | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/data/sample-grammars/congress.gram b/data/sample-grammars/congress.gram new file mode 100755 index 0000000..cffe469 --- /dev/null +++ b/data/sample-grammars/congress.gram @@ -0,0 +1,35 @@ +[congress-critter] [critter-type] [critter-name] + +pragma initial-rule [congress-critter] + +[critter-type] senator + representative + +[critter-name] [last-name] + [critter-name2] + +[critter-name2] fattecat + becon + p. ork + g. raft + phil e. buster + phil t. rich + iva gottalot + erna bigcheque + billy o'naire + c. a. pitalist + noah morals + lucy morrals + buford fatbacke + c. r. pette-bagger + k. ickbach + lobb e. ist + p. orkbarrel + phil e. buster + p. urgery + l. ibel + s. lander + i. b. fersaile + pettie k. ash + c. l. inton + dee septive |
