diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-09-05 23:04:34 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-09-05 23:04:34 -0300 |
| commit | 22512137d4c5f6d0335887b6887d0f72215f2219 (patch) | |
| tree | 76d054208ebe764b5d3a0a54a7528fa42eca2ead | |
| parent | 85b81988facc919908d522bd5a7b9ff99cef8f2d (diff) | |
Name some grammars
7 files changed, 13 insertions, 2 deletions
diff --git a/data/misc/nimble.gram b/data/misc/nimble.gram index 0362409..2187aea 100755 --- a/data/misc/nimble.gram +++ b/data/misc/nimble.gram @@ -22,8 +22,7 @@ pragma grammar-name nimblebimble [nimble-bimble] <?2> [bimble] -pragma prefix-with [nimble-bimble] [nimble-plural] -pragma suffix-with [nimble-bimble] [nimble-plural] +pragma circumfix-with [nimble-bimble] [nimble-plural] pragma initial-rule [nimble-bimble] pragma export-rule [nimble] diff --git a/data/new-sample-grammars/drakensang/armor.gram b/data/new-sample-grammars/drakensang/armor.gram index b36d93c..8a222cc 100644 --- a/data/new-sample-grammars/drakensang/armor.gram +++ b/data/new-sample-grammars/drakensang/armor.gram @@ -1,3 +1,5 @@ +pragma grammar-name draken-armor + [ds-armor] [spellweaver-armor] [ranger-armor] [dragonknight-armor] diff --git a/data/new-sample-grammars/drakensang/gems.gram b/data/new-sample-grammars/drakensang/gems.gram index adec6c8..ab883ec 100644 --- a/data/new-sample-grammars/drakensang/gems.gram +++ b/data/new-sample-grammars/drakensang/gems.gram @@ -1,3 +1,5 @@ +pragma grammar-name draken-gem + [ds-gem] <^2> [gem-type] [gem-type] of qaizah [unique-gem] diff --git a/data/new-sample-grammars/drakensang/runes.gram b/data/new-sample-grammars/drakensang/runes.gram index edfa096..b390006 100644 --- a/data/new-sample-grammars/drakensang/runes.gram +++ b/data/new-sample-grammars/drakensang/runes.gram @@ -1,3 +1,5 @@ +pragma grammar-name draken-rune + [ds-rune] <^2> [rune-type] rune rune of [rune-type] [rune-quality] rune of [rune-type] diff --git a/data/new-sample-grammars/dungeonfantasy-treasure/household-items.gram b/data/new-sample-grammars/dungeonfantasy-treasure/household-items.gram index 597fd7b..865e883 100644 --- a/data/new-sample-grammars/dungeonfantasy-treasure/household-items.gram +++ b/data/new-sample-grammars/dungeonfantasy-treasure/household-items.gram @@ -1,3 +1,5 @@ +pragma grammar-name household-item + [household-item] [cooking] [decor] [painting] diff --git a/data/new-sample-grammars/dungeonfantasy-treasure/mundane-materials.gram b/data/new-sample-grammars/dungeonfantasy-treasure/mundane-materials.gram index fb4088d..8dfe213 100644 --- a/data/new-sample-grammars/dungeonfantasy-treasure/mundane-materials.gram +++ b/data/new-sample-grammars/dungeonfantasy-treasure/mundane-materials.gram @@ -1,3 +1,5 @@ +pragma grammar-name mundane-material + [mundane-materials] [valuable-materials] [household-item] diff --git a/data/new-sample-grammars/dungeonfantasy-treasure/valuable-materials.gram b/data/new-sample-grammars/dungeonfantasy-treasure/valuable-materials.gram index 4187dca..2ea5ced 100644 --- a/data/new-sample-grammars/dungeonfantasy-treasure/valuable-materials.gram +++ b/data/new-sample-grammars/dungeonfantasy-treasure/valuable-materials.gram @@ -12,6 +12,8 @@ # Other # - Expand generic entries (distilled liquour/tea/wine) +pragma grammar-name valuable-materials + [valuable-materials] [spices] [fabrics] [other-valuable] |
