Split alisp.h into several header files, in /include folder.

This commit is contained in:
2026-02-04 19:26:56 +00:00
parent 27108aa811
commit 7f8412fe5a
19 changed files with 539 additions and 311 deletions

View File

@@ -8,7 +8,7 @@
#include <assert.h>
#include <stdlib.h>
#include "../alisp.h"
#include <alisp/tag.h>
lisp_t *tag_int(i64 i)
{