Refactor files

This commit is contained in:
2026-09-08 06:33:15 -07:00
parent 6ddf45d68b
commit 7d538647f4
18 changed files with 489 additions and 440 deletions
+2 -1
View File
@@ -2,10 +2,11 @@
#include "function.h"
#include "hashtable.h"
#include "lisp.h"
#include "lisp_math.h"
#include "lisp_string.h"
#include "list.h"
#include "stack.h"
#include "symbol.h"
#include <gmp.h>
#include <stdlib.h>