plum-umd / the-838e-compiler

Compiler for CMSC 838E
2 stars 0 forks source link

Packed string representation with string functions implemented #21

Closed dandorat closed 3 years ago

dvanhorn commented 3 years ago

BTW, it may be that you need a Div operation to make string-ref and string-set! work without loops; if that's the case you can add it to a86. If you need help with that, I can do it too.


Did the implementation with Div. Thanks for the advice.