Remove impl folder

This commit is contained in:
2025-10-19 23:04:04 +01:00
parent 913b34588f
commit 66c5134eb5
11 changed files with 13 additions and 291 deletions

2
test.c
View File

@@ -16,7 +16,7 @@
#include <stdio.h>
#include <string.h>
#include <alisp.h>
#include "./alisp.h"
#define TEST_PASSED() printf("[%s]: Pass\n", __func__)
#define TEST(NAME, COND) \