This module defines a Lisp-specific version of the InteLib continuation-based virtual machine (the LispContinuation class), along with the Lisp-specific lexical context (the LExpressionContext class).
Definition in file lcont.hpp.
#include "../sexpress/sexpress.hpp"
#include "../sexpress/iexcept.hpp"
#include "../sexpress/sbindtbl.hpp"
#include "../sexpress/gensref.hpp"
#include "../genlisp/conteval.hpp"
#include "lisp.hpp"
Include dependency graph for lcont.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Typedefs | |
typedef GenericSReference< LExpressionContext, IntelibX_lisp_not_a_context > | LContextRef |
A reference to a context. |
|
A reference to a context.
|