Copied from oats, just the basics required for tagging integers or symbols.
@@ -1,7 +1,7 @@
#!/usr/bin/env sh
CFLAGS="-Wall -Wextra -std=c11 -ggdb -fsanitize=address -fsanitize=undefined"
SRC="vec.c symtable.c main.c"
SRC="vec.c tag.c symtable.c main.c"
OUT="alisp.out"
set -xe
The note is not visible to the blocked user.