Declare one-letter synonyms for some commands.
authorEric S. Raymond <esr@thyrsus.com>
Wed, 28 Jun 2017 16:05:41 +0000 (12:05 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Wed, 28 Jun 2017 16:05:41 +0000 (12:05 -0400)
commita1af74b534bda5a0c1f2bf08544937dcec2b0e2b
tree61c8899d6b760d9bcfb68ede318a0656835779a5
parentf5719f1abaab6728c098756c2441d21801b4b6a3
Declare one-letter synonyms for some commands.

As issue #6 (Add single-letter verb synonyms) says:

Modern interactive fiction has converged on a fairly standard
vocabulary of one-letter abbreviations for common verbs. Besides
directional commands, they are:

d - drop
g - get
i - inventory
l - look
x - examine (synonymous in ADVENT with look)
z - wait

Open Adventure should implement these.

This commit doesn't make them work yet, but it declares them for when the
lexical analyzer is fully YAML-driven.
adventure.yaml