Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split writer from dumper #32

Closed
pmatos opened this issue Apr 8, 2023 · 1 comment
Closed

Split writer from dumper #32

pmatos opened this issue Apr 8, 2023 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@pmatos
Copy link
Owner

pmatos commented Apr 8, 2023

We need a Writer class that writes Racket values, as opposed to the dumper who is supposed to dump ASTNodes.

An example where these differs is values.

The Writer should write (values 1 2) as

1
2

while the Dumper should dump it as

(values 1 2)
@pmatos pmatos added bug Something isn't working enhancement New feature or request labels Apr 8, 2023
@pmatos
Copy link
Owner Author

pmatos commented Apr 23, 2023

Fixed in fcdbefa.

@pmatos pmatos closed this as completed Apr 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant