diff options
author | Ben Sima <ben@bsima.me> | 2021-04-02 21:39:47 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-04-02 21:39:47 -0400 |
commit | e3a813d72449e738bd95323511ad0696719bf396 (patch) | |
tree | dee2ff6b3be3037559b703bbf15a1769c00a88a6 /bs/re.scm | |
parent | 574da8a4d081d19fd7b8447dc616d43786ef5f51 (diff) |
Init bizbot
Diffstat (limited to 'bs/re.scm')
-rw-r--r-- | bs/re.scm | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -19,8 +19,10 @@ (export match group sub search compile ;; I IGNORECASE M MULTILINE ) - (import (rnrs base (6)) - (ice-9 regex)) + (import (rnrs base) + ;; TODO: port to srfi-115 + (only (ice-9 regex) + make-regexp)) ;; (define I regexp/icase) ;; (define IGNORECASE regexp/icase) |