Still doesn't compile, but I think excellent progress.

This commit is contained in:
Simon Brooke 2026-04-28 11:54:15 +01:00
parent dbeb99759a
commit aac4669a3d
34 changed files with 1128 additions and 673 deletions

16
src/c/ops/inspect.h Normal file
View file

@ -0,0 +1,16 @@
/**
* inspect.h
*
* Post Scarcity Soctware Environment
*
* Display the contents of an object; later, in explorable form.
*
* Copyright (c): 25 Apr 2026 Simon Brooke <simon@journeyman.cc>
* Licensed under GPL version 2.0, or, at your option, any later version.
*/
#ifndef psse_ops_inspect
#define psse_ops_inspect
struct pso_pointer lisp_inspect( struct pso_pointer frame_pointer );
#endif