From cc56a2ee2b5703f9ea5ac63a86870af188845c30 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Thu, 28 Aug 2025 22:55:41 +0100 Subject: Still got some failures, but a basic stream implementation Need to fix what's going on with the example in main.c using stdin. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 544f623..6e42066 100644 --- a/build.sh +++ b/build.sh @@ -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() { -- cgit v1.2.3-13-gbd6f