Add #:no-read-output and #:no-read-definitions options #10
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: suzanne.soy/repltest#10
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Disable calling read on the output expressions and definitions, which can be useful when the output contain unbalanced parenthesis, or do not otherwise match the language’s syntax, for example:
This will also have the side-effect of allowing the prompt to be matched inside s-expressions.
The #:no-read-definitions can be useful if the first prompt could be part of an s-expression, for example using
#lang reader "literal.rkt"
from the docs: