plum-umd / the-838e-compiler

Compiler for CMSC 838E
2 stars 0 forks source link

Byte strings #22

Open dvanhorn opened 3 years ago

dvanhorn commented 3 years ago

Implement Racket's byte string data type.

dvanhorn commented 3 years ago

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.

abrassel commented 3 years ago

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