Move implementation files into their own folder

main.c and test.c generate binary executables so they can stay in the
main folder, but the rest can go into their own dedicated folder to
make it look nicer
This commit is contained in:
2025-09-01 21:26:01 +01:00
parent cc56a2ee2b
commit 700c3b1d1b
11 changed files with 249 additions and 11 deletions

2
main.c
View File

@@ -16,7 +16,7 @@
#include <stdio.h>
#include <string.h>
#include "./alisp.h"
#include <alisp.h>
int main(void)
{