summaryrefslogtreecommitdiff
path: root/data/sample-grammars/rtwiki/color.gram
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2018-05-29 15:44:57 -0300
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2018-05-29 15:44:57 -0300
commit03b9ed1601acfe323dc9b5360b8f2c2c972c8e04 (patch)
tree72e33eec337b386e6d536f128da03a9d4f2f12fe /data/sample-grammars/rtwiki/color.gram
parentd22367abbb07f020dfb387032e9b72a040a170f5 (diff)
parent0faa5175b6f0de8835ed514615ac64135f406b29 (diff)
Merge branch 'working'
Diffstat (limited to 'data/sample-grammars/rtwiki/color.gram')
-rwxr-xr-xdata/sample-grammars/rtwiki/color.gram569
1 files changed, 569 insertions, 0 deletions
diff --git a/data/sample-grammars/rtwiki/color.gram b/data/sample-grammars/rtwiki/color.gram
new file mode 100755
index 0000000..346f73b
--- /dev/null
+++ b/data/sample-grammars/rtwiki/color.gram
@@ -0,0 +1,569 @@
+[color-phrases] [color-phrase]
+ [multi-color-phrases]
+
+[multi-color-phrases] [color-phrase] blended with [color-phrase]
+ a blend between [color-phrase] , [color-phrase] and [color-phrase]
+ something between [color-phrase] and [color-phrase]
+ something between [color-phrase] , [color-phrase] and [color-phrase]
+
+pragma initial-rule [color-phrases]
+
+[color-phrase] [complete-color]
+ [sw-complete-color]
+ [sw-complete-color] [complete-color]
+ [sw-complete-color] - [complete-color]
+ [sw-complete-color] [sw-complete-color]
+ [sw-complete-color] - [sw-complete-color]
+
+pragma export-rule [color-phrase]
+
+[sw-color-phrase] [sw-complete-color]
+ [sw-complete-color] [sw-complete-color]
+ [sw-complete-color] - [sw-complete-color]
+
+pragma export-rule [sw-color-phrase]
+
+[complete-color] {wtype=mw} [act-complete-color]
+
+pragma despace-rule [complete-color]
+pragma export-rule [complete-color]
+
+[sw-complete-color] [act-sw-complete-color]
+ [act-sw-complete-color] ish
+
+pragma despace-rule [sw-complete-color]
+pragma export-rule [sw-complete-color]
+
+[act-sw-complete-color] {wtype=sw} [act-complete-color]
+
+pragma despace-rule [act-sw-complete-color]
+
+[act-complete-color] [standard]
+ [red-purple]
+ [yellow-orange]
+ [green-blue]
+ [brown-neutral]
+ [jewel]
+ [metallic]
+ [heraldic]
+
+[other-color] [archaic-purple]
+ [archaic-green]
+ [archaic-brown]
+ [anachronistic]
+
+[standard] red
+ orange
+ ochre
+ yellow
+ green
+ olive
+ blue
+ navy
+ indigo
+ violet
+ purple
+ beige
+ brown
+ cream
+ khaki
+ tan
+ ivory
+ white
+ blue-gray
+ [gray]
+ black
+ ebony
+ copper
+ gold
+ silver
+ [$wtype-standard]
+ [$wtype-standard]
+ [$wtype-standard]
+ [$wtype-standard]
+ transparent
+
+[gray] gray
+ grey
+
+[sw-standard] iridescent
+ opalescent
+ rainbow
+
+[mw-standard] [iridescent]
+ [opalescent]
+ [ombre]
+ [rainbow]
+
+[iridescent] iridescent [color]
+ iridescent between [color] and [color]
+
+[opalescent] opalescent [color]
+
+[ombre] [color] (tinted [color] )
+
+[rainbow] rainbow of red, orange, yellow, green, blue, indigo and violet
+ [custom-rainbow]
+
+[custom-rainbow] rainbow of [color]
+
+pragma suffix-with [custom-rainbow] [com-color]
+pragma suffix-with [custom-rainbow] [com-color]
+pragma suffix-with [custom-rainbow] [com-color]
+pragma suffix-with [custom-rainbow] [com-color]
+pragma suffix-with [custom-rainbow] [com-color]
+pragma suffix-with [custom-rainbow] [and-color]
+
+[com-color] , [color]
+
+[and-color] and [color]
+
+[red-purple] auburn
+ blood
+ brick
+ burgundy
+ cardinal
+ carmine
+ cherry
+ cinnabar
+ crimson
+ incarnadine
+ maroon
+ oxblood
+ pink
+ puce
+ raspberry
+ rose
+ scarlet
+ amaranth
+ aubergine
+ heliotrope
+ iris
+ lavender
+ lilac
+ mulberry
+ orchid
+ plum
+ porphyry
+ violet
+ wine
+ wisteria
+
+[yellow-orange] butter
+ canary
+ citrine
+ ecru
+ flax
+ gold
+ goldenrod
+ honey
+ jasmine
+ jaundiced
+ lemon
+ maize
+ mustard
+ primrose
+ saffron
+ straw
+ turmeric
+ annatto
+ apricot
+ carrot
+ marigold
+ ochre
+ peach
+ persimmon
+ poppy
+ pumpkin
+ salmon
+ tangerine
+ tomato
+ vermilion
+
+[green-blue] baby blue
+ cerulean
+ cobalt
+ cornflower
+ denim
+ iris
+ midnight
+ navy
+ periwinkle
+ robin's egg blue
+ royal blue
+ sky blue
+ ultramarine
+ artichoke
+ avocado
+ chartreuse
+ forest green
+ grass green
+ harlequin
+ honeydew
+ hunter green
+ jungle green
+ lime
+ mint
+ moss
+ myrtle
+ olive
+ pistachio
+ sea-green
+ teal
+
+[brown-neutral] beaver
+ bistre
+ buff
+ camel
+ chestnut
+ chocolate
+ coffee
+ fawn
+ khaki
+ mahogany
+ russet
+ sand
+ sienna
+ sepia
+ taupe
+ tawny
+ terra cotta
+ umber
+ cornsilk
+ eggshell
+ snow
+ vanilla
+ whey
+ ash
+ charcoal
+ cool gray
+ slate
+ warm gray
+ ebony
+ licorice
+
+[jewel] amber
+ amethyst
+ aquamarine
+ aventurine
+ bone
+ carnelian
+ chrysophrase
+ citrine
+ copal
+ coral
+ diamond
+ emerald
+ garnet
+ ivory
+ jacinth
+ jade
+ jet
+ lapis lazuli
+ malachite
+ obsidian
+ onyx
+ [$wtype-jewel]
+ pearlescent
+ peridot
+ ruby
+ sapphire
+ sardonyx
+ topaz
+ tourmaline
+ turquoise
+
+[sw-jewel] opalescent
+
+[mw-jewel] [opalescent]
+
+[metallic] brass
+ bronze
+ chrome
+ copper
+ gold
+ gunmetal
+ iron
+ pewter
+ platinum
+ rust
+ silver
+ steel
+ titanium
+ verdigris
+ white gold
+
+[heraldic] argent
+ azure
+ carnation
+ celeste
+ cendree
+ gules
+ or
+ murrey
+ purpure
+ sable
+ rose
+ sanguine
+ tenne
+ vert
+ white
+
+[archaic-purple] [$wtype-archaic-purple]
+
+[sw-archaic-purple] arcipluvian
+ ianthine
+ rhodopsin
+ solferino
+ coccineous
+ cramoisy
+ erythraen
+ lateritious
+ miniaceous
+ piceous
+ puccoon
+ stammel
+ vinious
+ nacarat
+ coquelicot
+ croceate
+ ibis
+ minium
+ vermeil
+ citreous
+ flavescent
+ icterine
+ jessamy
+ jonquil
+ luteous
+ meline
+ ochroleucous
+ orpiment
+ sulphureous
+ urobilin
+
+[mw-archaic-purple] arcipluvian [arcipluvian]
+ ianthine (violet)
+ rhodopsin (purple)
+ solferino (purple)
+ coccineous (bright red)
+ cramoisy (crimson)
+ erythraen (reddish)
+ lateritious (brick red)
+ miniaceous (red)
+ piceous (reddish-black)
+ puccoon (blood red)
+ stammel (red)
+ vinious (deep red)
+ nacarat (orange-red)
+ coquelicot (poppy)
+ croceate (saffron)
+ ibis (apricot)
+ minium (vermilion)
+ vermeil (vermilion)
+ citreous (lemon)
+ flavescent (yellowish)
+ icterine (jaundice-yellow)
+ jessamy (jasmine)
+ jonquil (yellow)
+ luteous (golden yellow)
+ meline (canary)
+ ochroleucous (yellow-white)
+ orpiment (yellow)
+ sulphureous (bright yellow)
+ urobilin (urine-colored)
+
+[arcipluvian] (varies between [color] and [color] )
+ (varies between [color] , [color] and [color] )
+ (varies between [color] , [color] , [color] and [color] )
+ (varies between [color] , [color] and [color] )
+
+[archaic-green] [$wtype-archaic-green]
+
+[sw-archaic-green] bilious
+ chrysochlorous
+ tilleul
+ celadon
+ chlorochorous
+ corbeau
+ porraceous
+ virescent
+ viridian
+ zinnober
+ bice
+ caesious
+ glaucous
+ lovat
+ azuline
+ mazarine
+ pavonated
+ smalt
+ watchet
+ woad
+ atrous
+ eburnean
+ griseous
+ nacreous
+ smaragdine
+ aeneous
+ ferruginous
+ hoary
+ plumbeous
+ rubiginous
+
+[mw-archaic-green] bilious (yellow-green)
+ chrysochlorous (green-gold)
+ tilleul (yellow-green)
+ celadon (pale green)
+ chlorochorous (green)
+ corbeau (green-black)
+ porraceous (leek green)
+ virescent (green or greenish)
+ viridian (green)
+ zinnober (green)
+ bice (green or blue)
+ caesious (blue- or gray-green)
+ glaucous (bluish-gray or green)
+ lovat (gray- or blue-green)
+ azuline (blue)
+ mazarine (blue or reddish-blue)
+ pavonated (peacock blue)
+ smalt (deep blue)
+ watchet (pale blue)
+ woad (blue)
+ atrous (jet black)
+ eburnean (ivory)
+ griseous (pearl-gray)
+ nacreous (pearlescent)
+ smaragdine (emerald)
+ aeneous (bronze)
+ ferruginous (rusty)
+ hoary (pale silver-gray)
+ plumbeous (lead white)
+ rubiginous (rusty)
+
+[archaic-brown] [$wtype-archaic-brown]
+
+[sw-archaic-brown] badious (chestnut)
+ bole
+ burnet
+ castaneous
+ castory
+ filemot
+ fulvous
+ fuscous
+ infuscate
+ melichrous
+ nankeen
+ pyrrhous
+ rufous
+ sarcoline
+ spadiceous
+ stramineous
+ albicant
+ canescent
+ cretaceous
+ leucochroic
+ niveious
+ cinereous
+ columbine
+ fuliginous
+ greige
+ gridelin
+ isabelline
+ liard
+ welmish
+ morel
+
+[mw-archaic-brown] badious (chestnut)
+ bole (reddish-brown)
+ burnet (dark brown)
+ castaneous (chestnut)
+ castory (beaver)
+ filemot (dead leaf brown)
+ fulvous (dull reddish- or brownish-yellow)
+ fuscous (brown, tawny, dingy)
+ infuscate (cloudy brown)
+ melichrous (honey)
+ nankeen (buff)
+ pyrrhous (ruddy)
+ rufous (reddish-brown)
+ sarcoline (caucasian flesh)
+ spadiceous (chestnut)
+ stramineous (straw-colored)
+ albicant (turning white)
+ canescent (hoary, grayish-white)
+ cretaceous (chalky)
+ leucochroic (white, pale)
+ niveious (snowy)
+ cinereous (ashen)
+ columbine (dove-colored)
+ fuliginous (sooty, dusky)
+ greige (gray-beige)
+ gridelin (violet-gray)
+ isabelline (yellow-gray)
+ liard (dapple-gray)
+ welmish (pale, sickly)
+ morel (black)
+
+[anachronistic] [$wtype-anachronistic]
+
+[sw-anachronistic] cyan
+ fuchsia
+ hot pink
+ magenta
+ mauve
+ safety orange
+ dolm
+ fuligin
+ garrow
+ vantablack
+ jale
+ octarine
+ pallow
+ rawn
+ smaudre
+ ulfire
+ infrared
+ ultraviolet
+ reflective
+ fluorescent [color]
+ hypercolor
+ iridescent
+ metameric
+ opalescent
+ phosphorescent [color]
+ rainbow
+ translucent [color]
+ transparent
+
+[mw-anachronistic] cyan
+ fuchsia
+ hot pink
+ magenta
+ mauve
+ safety orange
+ dolm
+ fuligin
+ garrow
+ vantablack
+ jale
+ octarine
+ pallow
+ rawn
+ smaudre
+ ulfire
+ infrared
+ ultraviolet
+ reflective
+ fluorescent [color]
+ freezy freakies ( [color] normally, [color] when cold)
+ hypercolor ( [color] normally, [color] when hot)
+ [iridescent]
+ metameric (appears as [color] , but is really [color] )
+ [ombre]
+ [opalescent]
+ phosphorescent [color]
+ [rainbow]
+ translucent [color]
+ transparent