xo-expression/xo-reader: refactor Environment -> SymbolTable
This commit is contained in:
parent
cfca87ee44
commit
800928cd69
40 changed files with 146 additions and 510 deletions
|
|
@ -4,16 +4,16 @@
|
|||
*/
|
||||
|
||||
#include "init_interpreter.hpp"
|
||||
#include "StackFrame.hpp"
|
||||
#include "LocalEnv.hpp"
|
||||
#include "xo/subsys/Subsystem.hpp"
|
||||
|
||||
namespace xo {
|
||||
using xo::scm::StackFrame;
|
||||
using xo::scm::LocalEnv;
|
||||
|
||||
void
|
||||
InitSubsys<S_interpreter_tag>::init()
|
||||
{
|
||||
StackFrame::reflect_self();
|
||||
LocalEnv::reflect_self();
|
||||
}
|
||||
|
||||
InitEvidence
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue