Separate out implementation to make looking at code files easier

This commit is contained in:
2025-08-19 22:53:19 +01:00
parent b87a0c473a
commit 78aa7d6fb3
5 changed files with 139 additions and 104 deletions

View File

@@ -1,8 +1,8 @@
#!/usr/bin/env sh
CFLAGS="-Wall -Wextra -std=c11 -ggdb"
SRC="main.c"
OUT="main.out"
SRC="vec.c symtable.c main.c"
OUT="alisp.out"
set -xe