Hi all,
I am working on building minipicolisp with Microsoft C compiler the last
few days. It looks like getting rid of the uses of variable length array is
the bulk of the work. I was able to get it running after compiling with
CL.exe (32bit) - https://github.com/ckkashyap/miniPicoLisp/tree/remove-vla (you
can build it by simply running "cl main.c gc.c apply.c flow.c sym.c subr.c
math.c io.c" .

I was wondering if there is a test suite that I could use to gain some
confidence in the build.

Regards,
Kashyap

Reply via email to