libpicrin icon indicating copy to clipboard operation
libpicrin copied to clipboard

Super Tiny Scheme Interpreter for Freestanding Environment

Results 2 libpicrin issues
Sort by recently updated
recently updated
newest added

Hi there, I'm trying to build `libpicrin.a` for use in an embedded project. I'm using `-Werror -Wredundant-decls` and unfortunately this means that the combination of `picrin.h` and `picrin/value.h` don't build....

It appears that `ext/eval.c` was generated using picrin from _unknown_ Scheme source code. It would be really nice if the Scheme source was included in this repo, along with instructions...