uhmanoa-transpiler-project / shaka-scheme

The official repository for the UH Manoa Transpiler Project's Scheme interpreter, Shaka Scheme.
32 stars 24 forks source link

Implemented Vector #62

Closed CinchBlue closed 6 years ago

CinchBlue commented 6 years ago

I have implemented Vector which is similar to Bytevector.

Please check whether if there are any memory leaks regarding new/delete, copy/move constructors, and destructors.