Now happy with what's appearing in the oblist. Reader is very broken.

This commit is contained in:
Simon Brooke 2026-05-04 19:26:09 +01:00
parent 5ec1c926b0
commit d2efc8ba78
6 changed files with 44 additions and 8 deletions

View file

@ -12,6 +12,7 @@
#include "debug.h"
#include "environment/function_bindings.h"
#include "environment/privileged_keywords.h"
#include "memory/memory.h"
#include "memory/node.h"
#include "memory/pointer.h"
@ -100,7 +101,9 @@ struct pso_pointer initialise_environment( uint32_t node ) {
debug_print( U"\nEnvironment initialised successfully.\n",
DEBUG_BOOTSTRAP, 0 );
}
}
initialise_privileged_keywords(frame_pointer);
result = initialise_function_bindings(push_local(
frame_pointer, make_frame_with_env(0, frame_pointer, result)));