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

Byte strings #22

Open
dvanhorn opened this issue Feb 10, 2021 · 2 comments
Open

Byte strings #22

dvanhorn opened this issue Feb 10, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@dvanhorn
Copy link
Member

Implement Racket's byte string data type.

@dvanhorn dvanhorn added the enhancement New feature or request label Feb 10, 2021
@sajjad-umd sajjad-umd self-assigned this Feb 11, 2021
@dvanhorn
Copy link
Member Author

There's a branch called bytes that has code for handling byte string literals, but not any operations. It's a good starting point for this issue.

@sajjad-umd sajjad-umd removed their assignment Feb 24, 2021
@abrassel abrassel self-assigned this Feb 28, 2021
@abrassel
Copy link

To reduce clutter in the compiler, I was thinking about using #35 to add a STL for byte strings. Thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants