diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-06-04 21:14:41 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-06-04 21:14:41 -0300 |
| commit | 63c7fff30d41ab691d6f49d8d7b69e60f9a9e80f (patch) | |
| tree | 2addce4256bdabf4cc987fff936b4c04b9df2477 /data/sample-grammars/long-data/real-city.gram | |
| parent | 9b9ce0c3123d70b9e839084aade4f37eb08e328d (diff) | |
Grammar updates
General pass to update grammars to new syntax/features
Diffstat (limited to 'data/sample-grammars/long-data/real-city.gram')
| -rwxr-xr-x | data/sample-grammars/long-data/real-city.gram | 153 |
1 files changed, 77 insertions, 76 deletions
diff --git a/data/sample-grammars/long-data/real-city.gram b/data/sample-grammars/long-data/real-city.gram index 7ca57b9..cea075d 100755 --- a/data/sample-grammars/long-data/real-city.gram +++ b/data/sample-grammars/long-data/real-city.gram @@ -1,78 +1,79 @@ -[real-city] → birmingham - anchorage - mesa - phoenix - tucson - anaheim - fresno - long beach - los angeles - oakland - riverside - sacramento - san diego - san francisco - san jose - santa ana - stockton - aurora - colorado springs - denver - washington - jacksonville - miami - st. petersburg - tampa - atlanta - honolulu - chicago - indianapolis - wichita - lexington - louisville - baton rouge - new orleans - baltimore - boston - detroit - minneapolis - st. paul - kansas city - st. louis - omaha - las vegas - jersey city - newark - albuquerque - buffalo - new york - rochester - charlotte - raleigh - akron - cincinnati - cleveland - columbus - toledo - oklahoma city - tulsa - portland - philadelphia - pittsburgh - memphis - nashville - arlington - austin - corpus christi - dallas - el paso - fort worth - houston - san antonio - norfolk - richmond - virginia beach - seattle - milwaukee +[real-city] + Birmingham + Anchorage + Mesa + Phoenix + Tucson + Anaheim + Fresno + Long Beach + Los Angeles + Oakland + Riverside + Sacramento + San diego + San Francisco + San Jose + Santa Ana + Stockton + Aurora + Colorado Springs + Denver + Washington + Jacksonville + Miami + St. Petersburg + Tampa + Atlanta + Honolulu + Chicago + Indianapolis + Wichita + Lexington + Louisville + Baton Rouge + New Orleans + Baltimore + Boston + Detroit + Minneapolis + St. Paul + Kansas City + St. Louis + Omaha + Las Vegas + Jersey City + Newark + Albuquerque + Buffalo + New York + Rochester + Charlotte + Raleigh + Akron + Cincinnati + Cleveland + Columbus + Toledo + Oklahoma City + Tulsa + Portland + Philadelphia + Pittsburgh + Memphis + Nashville + Arlington + Austin + Corpus Christi + Dallas + El Paso + Fort Worth + Houston + San Antonio + Norfolk + Richmond + Virginia Beach + Seattle + Milwaukee pragma initial-rule [real-city] |
