upscheme/scripts
Lassi Kortela 3b13e81eae Add concept of built-in libraries and (import) statement
R7RS syntax is: (import (library name here))

We translate this into the internal path "library/name/here". This will allow
us to easily load libraries from files later on by appending the ".sld" file
name extension.
2019-08-11 22:32:55 +03:00
..
build.sh Add concept of built-in libraries and (import) statement 2019-08-11 22:32:55 +03:00
format.sh Consolidate all C files into a "c" subdirectory 2019-08-09 15:02:58 +03:00