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

@@ -7,7 +7,8 @@
#include <malloc.h>
#include "../alisp.h"
#include <alisp/lisp.h>
#include <alisp/tag.h>
lisp_t *make_int(i64 i)
{