Still got some failures, but a basic stream implementation

Need to fix what's going on with the example in main.c using stdin.
This commit is contained in:
2025-08-28 22:55:41 +01:00
parent 66c6400731
commit cc56a2ee2b
5 changed files with 373 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ set -xe
CFLAGS="-Wall -Wextra -std=c11 -ggdb -fsanitize=address -fsanitize=undefined"
LINK=""
LIB="sv.c vec.c symtable.c tag.c constructor.c sys.c"
LIB="sv.c vec.c symtable.c tag.c constructor.c stream.c sys.c"
OUT="alisp.out"
build() {