Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • ram's avatar
    6b452bb2
    Lexenv changes. New lexenv structure. In the node, there is a new · 6b452bb2
    ram authored
    lexenv slot that replaces the old cookie, default-cookie slots.  Also
    the node-source-path now includes the info that used to be in node-source.
    The block-flags structure replaces all of the block boolean attribute
    slots.  Block start-cleanup, end-cleanup and lambda are gone.  The
    :entry cleanup kind is now broken down into :block and :tagbody kinds.
    Cleanup-Mess-Up is now a non-messed-up node.  Entry-Exits is now a list
    of exits.
    6b452bb2
    History
    Lexenv changes. New lexenv structure. In the node, there is a new
    ram authored
    lexenv slot that replaces the old cookie, default-cookie slots.  Also
    the node-source-path now includes the info that used to be in node-source.
    The block-flags structure replaces all of the block boolean attribute
    slots.  Block start-cleanup, end-cleanup and lambda are gone.  The
    :entry cleanup kind is now broken down into :block and :tagbody kinds.
    Cleanup-Mess-Up is now a non-messed-up node.  Entry-Exits is now a list
    of exits.