picrin/lib/ext
Lassi Kortela 311abc4d5f Rewrite tools/mkboot.scm in Perl
Now we don't have to depend on a bin/picrin-bootstrap binary.

The old mkboot.scm filtered the Scheme source code through `read` and
`write`. This step removed extra whitespace and comments, but required
mkboot to depend on Scheme. In practice, the whitespace and comments
are not a problem, but the dependency is.

Discussed with Masanori Ogino.
2024-03-01 21:08:12 +09:00
..
boot.c Rewrite tools/mkboot.scm in Perl 2024-03-01 21:08:12 +09:00
eval.c fix include path 2017-04-03 13:32:47 +09:00
lib.c library system is now implemeted in scheme 2017-04-03 00:37:37 +09:00
load.c WIP: reimplement library system in scheme 2017-04-02 22:15:38 +09:00
read.c fix include path 2017-04-03 13:32:47 +09:00
write.c fix include path 2017-04-03 13:32:47 +09:00