Renamed let-match.scm to re-match-syntax.scm
This commit is contained in:
parent
400bc57c41
commit
8af328d695
|
@ -1,6 +1,6 @@
|
||||||
;;; These are some macros to support using regexp matching.
|
;;; These are some macros to support using regexp matching.
|
||||||
|
|
||||||
(define-structure let-match-package
|
(define-structure regexp-match-syntax
|
||||||
(export (let-match :syntax)
|
(export (let-match :syntax)
|
||||||
(if-match :syntax)
|
(if-match :syntax)
|
||||||
(match-cond :syntax))
|
(match-cond :syntax))
|
Loading…
Reference in New Issue