Converted everything to the new lisp calling convention.

Fixes #19
This commit is contained in:
Simon Brooke 2026-04-01 17:11:10 +01:00
parent f3a26bc02e
commit b6480aebd5
53 changed files with 590 additions and 520 deletions

View file

@ -101,11 +101,10 @@ int main( int argc, char *argv[] ) {
}
}
if ( nilp( initialise_node( 0 ))) {
if ( nilp( initialise_node( 0 ) ) ) {
fputs( "Failed to initialise node\n", stderr );
exit( 1 );
}
// repl( );
exit( 0 );