Initial draft of program to grovel over files looking for libraries.
authorChris Hanson <org/chris-hanson/cph>
Sat, 24 Nov 2018 05:56:17 +0000 (21:56 -0800)
committerChris Hanson <org/chris-hanson/cph>
Sat, 24 Nov 2018 05:58:15 +0000 (21:58 -0800)
commitaafa6ac04e1b39110227242465d9dc1b8ef2e85b
tree9d40319d700d138979c2b2c203f785bf1265c22d
parentb682db1256a2741e0610f0a77bb62c0ab584cd84
Initial draft of program to grovel over files looking for libraries.

This eliminates the need for the library names to be tied to the filesystem
structure.

The loader still needs to be enhanced to automatically load the registered
libraries.  For now this is essentially a no-op.
src/runtime/library-database.scm
src/runtime/library-loader.scm
src/runtime/library-parser.scm
src/runtime/library-scode.scm
src/runtime/runtime.pkg