[Sorry if this message messes up your thread - something went wrong with my
email and my sent emails got deleted]

I just realized that picolisp source has tests and I am going to try and
find out how many of them are valid for miniPicoLisp. If someone knows of a
better way to get the tests for miniPicoLisp, please do let me know.

Regards,
Kashyap





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