Jan Nieuwenhuizen
|
c60e79ae11
|
mes: #\page is whitespace.
* module/srfi/srfi-14.mes (char-set:whitespace): Add #\page.
|
2018-01-04 22:26:29 +01:00 |
|
Jan Nieuwenhuizen
|
232e87bd9d
|
scm: Have char-set-contains? strictly return boolean.
* module/srfi/srfi-14.mes (char-set-contains?): Return #t rather than
memq result.
|
2017-04-01 09:36:34 +02:00 |
|
Jan Nieuwenhuizen
|
3cbadcda86
|
scm: Add list->char-set.
* module/srfi/srfi-14.mes (list->char-set): New function.
* tests/srfi-14.test ("list->char-set!"): Test it.
|
2017-03-26 22:33:51 +02:00 |
|
Jan Nieuwenhuizen
|
f8bb463da6
|
Partial srfi-14 support for Nyacc.
* module/srfi/srfi-14.mes: New file.
* tests/srfi-14.test: New file.
* GNUmakefile (TESTS): Add it.
|
2016-12-20 12:26:20 +01:00 |
|