chibi-scheme/lib
Robert Fisher 13d4bbf1d1 Change snow-chibi to work with Chicken 5
The method snow-chibi used to get the version of Chicken installed
doesn't work with Chicken 5. Adding "-R chicken.platform" would make it
work with Chicken 5, but then it wouldn't work with Chicken 4.

In both Chicken 4 & 5, however, csi has a -release option that will just
give the version number. So, I've changed the Chicken version detection
in snow-chibi to use this option.

Testing with...

	./chibi-scheme tools/snow-chibi.scm implementations

...then seemed to work with both Chicken 4 & 5.
2019-08-29 09:16:36 -05:00
..
chibi Change snow-chibi to work with Chicken 5 2019-08-29 09:16:36 -05:00
scheme Consider unterminated strings as read-error 2019-05-17 10:55:22 +02:00
srfi removing undocumented upcased and downcased 2019-02-28 00:19:01 +08:00
init-7.scm missing space before quote (issue #545) 2019-07-12 00:04:52 +08:00
meta-7.scm Implement syntax-case 2018-12-01 13:48:25 +01:00