Fix #16: Use named-readtables
To make it easier for users to select the oct readtable, require the use of named-readtables. We're using https://github.com/melisgl/named-readtables to implement the readtables.
Thus use (named-readtables:in-readtable oct:oct-readtable)
to set
up the appropriate readtable to support #q
. To go back to the
standard table, use (named-readtables:in-readtable :standard)
.