Skip to content
Snippets Groups Projects
Commit c2f4e9c2 authored by ram's avatar ram
Browse files

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.
parent 77837882
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment