chibi-scheme/lib
Nguyễn Thái Ngọc Duy 829d963a9d More error checking on some SRE syntax
When char-set, w/case, w/nocase, w/ascii or w/unicode is applied on a
<cset-sre>, only (cadr sre) is taken, the rest is ignored. Which is the
right thing to do only if (null? (cddr sre)). If there are more
arguments, error out instead of silently ignoring them.
2019-07-21 10:46:44 +07:00
..
chibi More error checking on some SRE syntax 2019-07-21 10:46:44 +07: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