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 /RGens/data/sample-grammars/diablo-ii/diabloii.gram | |
| parent | d22367abbb07f020dfb387032e9b72a040a170f5 (diff) | |
| parent | 0faa5175b6f0de8835ed514615ac64135f406b29 (diff) | |
Merge branch 'working'
Diffstat (limited to 'RGens/data/sample-grammars/diablo-ii/diabloii.gram')
| -rwxr-xr-x | RGens/data/sample-grammars/diablo-ii/diabloii.gram | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/RGens/data/sample-grammars/diablo-ii/diabloii.gram b/RGens/data/sample-grammars/diablo-ii/diabloii.gram deleted file mode 100755 index 238330d..0000000 --- a/RGens/data/sample-grammars/diablo-ii/diabloii.gram +++ /dev/null @@ -1,72 +0,0 @@ -[base-treasures] [base-treasure] - [quote-treasure] as well as [quote-treasure] - [quote-treasure] or [quote-treasure] - [quote-treasure] , and [quote-treasure] as well as [quote-treasure] - [quote-treasure] , [quote-treasure] or [quote-treasure] - -pragma initial-rule [base-treasures] - -[quote-treasure] ( [base-treasure] ) - -pragma despace-rule [quote-treasure] - -[base-treasure] a [item] - a [item] - a [item] - [non-item] - -[non-item] [money] - [money] - [money] - [money] - nothing - -[money] [diablo-amount] [money-type] - -[diablo-amount] 1 - 5 - 10 - 20 - 50 - 100 - 200 - 500 - 1000 - -pragma export-rule [diablo-amount] - -[money-type] coins - -pragma prefix-with [money-type] [metal-type] - -[metal-type] copper - silver - gold - platinum - -<<<<<<< HEAD -[item] [item-types] - [item-types] - [item-types] - [item-types] - [item-types] [d2-suffix] - [item-types] [d2-suffix] - [d2-prefix] [item-types] - [d2-prefix] [item-types] - [d2-prefix] [item-types] [d2-suffix] - -[item-types] [d2-item-type] - [d2-item-type] - [ds-items] - -[ds-items] [ds-gem] - [ds-rune] - [ds-armor] -======= -[item] [d2-item-type] - [d2-item-type] of [suffix] - [d2-item-type] of [suffix] and [suffix] - -pragma prefix-with [item] [prefix] -pragma prefix-with [item] [prefix] ->>>>>>> 66f5a43dee94657a56141c093488eccbf64c7ae1 |
