mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
Noting some simple char-set utilities are public domain.
This commit is contained in:
parent
ab966b3a85
commit
c9a9fc0070
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
;; This code is written by Alex Shinn and placed in the
|
||||
;; Public Domain. All warranties are disclaimed.
|
||||
|
||||
(define char-set:letter+digit
|
||||
(immutable-char-set (char-set-union char-set:letter char-set:digit)))
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
;; Character sets for Unicode boundaries, TR29.
|
||||
;; This code is written by Alex Shinn and placed in the
|
||||
;; Public Domain. All warranties are disclaimed.
|
||||
|
||||
(define-library (chibi char-set boundary)
|
||||
(cond-expand
|
||||
|
|
Loading…
Add table
Reference in a new issue