-
- Downloads
Added SYMBOL-MACRO-LET.
The lexical environment is now represented by a LEXENV structure that is bound to *lexical-environment* and placed in the IR1 as NODE-LEXENV. This way, the full lexical environment is available for interpreted code debugging, etc. Also, full information about all of the non-original source forms in now placed in the NODE-SOURCE-PATH. Fixed many broken declarations. Broke declaration processing down into separate functions which could be called from a table dispatch someday. The current cleanup is in the lexenv, which is in every node, so cleanup hackery is simplified. Also put in some planned changes to NLX: -- ENTRY-EXITS is now a list of exits. Changed interface to IR1-TOP-LEVEL so that it expects *CURRENT-PATH* to be bound. Flushed many initializations of NODE-SOURCE, since that is no longer necessary.
Loading
Please register or sign in to comment