Huge amount of work. Does not even nearly compile, but it's nearer.

This commit is contained in:
Simon Brooke 2026-03-28 23:46:14 +00:00
parent 1afb1b9fad
commit cae27731b7
31 changed files with 407 additions and 96 deletions

View file

@ -12,6 +12,9 @@
#include <stdint.h>
#define INTEGERTAG "INT"
#define INTEGERTV 5525065
/**
* @brief An integer .
*
@ -20,7 +23,7 @@
* in the Lisp layer, not the substrate.
*/
struct integer_payload {
int128_t value;
__int128_t value;
};