Skip to content
  • Raymond Toy's avatar
    Fix #16: Use named-readtables · b7443c97
    Raymond Toy authored
    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)`.
    b7443c97