Work on function stuff

This commit is contained in:
2025-07-03 01:36:25 +09:00
parent e557e58168
commit a19071c35c
5 changed files with 498 additions and 133 deletions

View File

@ -12,4 +12,6 @@ typedef enum {
size_t read_from_buffer(const char *text, size_t length, LispVal **out);
DECLARE_FUNCTION(read, (LispVal * source));
#endif