scheme-live / live

Scheme library collection with yearly stable releases
https://scheme-live.github.io/live/
MIT License
16 stars 1 forks source link

Grovel define-library for (include "...") #38

Closed lassik closed 2 years ago

lassik commented 2 years ago

Here's the first draft of the library groveler in generate-wrappers.scm.

It finds all instances (include "...") and writes a list of the included files into live.egg.

The define-library parser is as dumb as possible. It finds any list that looks like (include "...").