Skip to content

Fix #16: Use named-readtables

Raymond Toy requested to merge issue-16-use-named-readtables into master

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).

Merge request reports