- removed some comments and todo items
This commit is contained in:
parent
fef087fbab
commit
10bc934a43
|
@ -14,16 +14,8 @@
|
||||||
|
|
||||||
;;; Interact
|
;;; Interact
|
||||||
;;; - -nobuffer is useful for spotting stuff as it flies by.
|
;;; - -nobuffer is useful for spotting stuff as it flies by.
|
||||||
;;; - It can handle matching in both directions.
|
|
||||||
;;; - It can handle strings and regexps.
|
;;; - It can handle strings and regexps.
|
||||||
|
|
||||||
;;; This file contains the following Scheme 48 modules:
|
|
||||||
;;; - expect-syntax-support
|
|
||||||
;;; This package must be opened in expect-package's FOR-SYNTAX package,
|
|
||||||
;;; so that the EXPECT macro-expander code can use its procedure.
|
|
||||||
;;; - expect-package
|
|
||||||
;;; This package must be opened by expect's clients.
|
|
||||||
|
|
||||||
;;; A task is a guy with whom we can interact.
|
;;; A task is a guy with whom we can interact.
|
||||||
|
|
||||||
(define-record-type task
|
(define-record-type task
|
||||||
|
|
Loading…
Reference in New Issue