Skip to content
  • Robert Goldman's avatar
    Add pseudo-accessors to ACTIONs. · bbf1914a
    Robert Goldman authored
    ACTIONs are currently simply CONS cells.
    Previously these were accessed with CAR and CDR and made with CONS.
    Now there are "accessor" functions, ACTION-OPERATOR and
    ACTION-COMPONENT.  Also MAKE-ACTION.
    The intention is to make the ASDF code more readable.
    bbf1914a