From 0faa5175b6f0de8835ed514615ac64135f406b29 Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Tue, 29 May 2018 15:35:02 -0300 Subject: Move files out of folder --- RGens/data/sample-grammars/diablo-ii/diabloii.gram | 63 ---------------------- 1 file changed, 63 deletions(-) delete mode 100755 RGens/data/sample-grammars/diablo-ii/diabloii.gram (limited to 'RGens/data/sample-grammars/diablo-ii/diabloii.gram') 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 411e795..0000000 --- a/RGens/data/sample-grammars/diablo-ii/diabloii.gram +++ /dev/null @@ -1,63 +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 - -[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] -- cgit v1.2.3