Still still doesn't compile. Progress is being made, but it's fair awfy slow.

This commit is contained in:
Simon Brooke 2026-05-03 14:17:31 +01:00
parent aac4669a3d
commit ab0ea09bd4
18 changed files with 255 additions and 426 deletions

View file

@ -12,5 +12,14 @@
#ifndef psse_ops_inspect
#define psse_ops_inspect
#include "memory/pointer.h"
/**
* Legacy technical debt to be entirely rewritten
*/
void dump_object(struct pso_pointer frame_pointer,
struct pso_pointer output, struct pso_pointer pointer );
struct pso_pointer lisp_inspect( struct pso_pointer frame_pointer );
#endif