Add pseudo-accessors to ACTIONs.
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.
Showing
Please register or sign in to comment