post-scarcity/src/c/payloads
Simon Brooke f915a9993f Fixed assigning arguments to slots in the frame; also fixed a bug in bind...
But did that by switching away from using Lisp calling convention, because
that broke horribly. This is bad news and must be sorted out.
2026-04-16 17:13:20 +01:00
..
character.c Converted everything to the new lisp calling convention. 2026-04-01 17:11:10 +01:00
character.h Converted everything to the new lisp calling convention. 2026-04-01 17:11:10 +01:00
cons.c Many more ops written, and it compiles. Nothing works yet. 2026-04-15 19:50:10 +01:00
cons.h Many more ops written, and it compiles. Nothing works yet. 2026-04-15 19:50:10 +01:00
exception.c Converted everything to the new lisp calling convention. 2026-04-01 17:11:10 +01:00
exception.h Converted everything to the new lisp calling convention. 2026-04-01 17:11:10 +01:00
free.h This once again does NOT compile. I've done work on macros; they don't work yet.. 2026-03-30 21:49:08 +01:00
function.h Many more ops written, and it compiles. Nothing works yet. 2026-04-15 19:50:10 +01:00
hashtable.h This once again does NOT compile. I've done work on macros; they don't work yet.. 2026-03-30 21:49:08 +01:00
integer.c Converted everything to the new lisp calling convention. 2026-04-01 17:11:10 +01:00
integer.h Compiles again, now with bootstrap-layer print implemented, but not yet tested. 2026-03-31 15:05:44 +01:00
keyword.h This once again does NOT compile. I've done work on macros; they don't work yet.. 2026-03-30 21:49:08 +01:00
lambda.h Huge amount of work. Does not even nearly compile, but it's nearer. 2026-03-28 23:46:14 +00:00
mutex.h This once again does NOT compile. I've done work on macros; they don't work yet.. 2026-03-30 21:49:08 +01:00
namespace.h This once again does NOT compile. I've done work on macros; they don't work yet.. 2026-03-30 21:49:08 +01:00
nlambda.h This once again does NOT compile. I've done work on macros; they don't work yet.. 2026-03-30 21:49:08 +01:00
psse_string.c Many more ops written, and it compiles. Nothing works yet. 2026-04-15 19:50:10 +01:00
psse_string.h Initialisation almost succeeds. nil and t are successfully instantiated. 2026-04-16 11:39:01 +01:00
read_stream.c Converted everything to the new lisp calling convention. 2026-04-01 17:11:10 +01:00
read_stream.h Converted everything to the new lisp calling convention. 2026-04-01 17:11:10 +01:00
special.h This once again does NOT compile. I've done work on macros; they don't work yet.. 2026-03-30 21:49:08 +01:00
stack.c Fixed assigning arguments to slots in the frame; also fixed a bug in bind... 2026-04-16 17:13:20 +01:00
stack.h Fixed assigning arguments to slots in the frame; also fixed a bug in bind... 2026-04-16 17:13:20 +01:00
symbol.h This once again does NOT compile. I've done work on macros; they don't work yet.. 2026-03-30 21:49:08 +01:00
time.h Added character as a first class object. Stepped through a run; it all works. 2026-03-30 13:29:26 +01:00
vector_pointer.h This once again does NOT compile. I've done work on macros; they don't work yet.. 2026-03-30 21:49:08 +01:00
write_stream.h This once again does NOT compile. I've done work on macros; they don't work yet.. 2026-03-30 21:49:08 +01:00