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 core list functionality & helper functions #26

Closed CinchBlue closed 7 years ago

CinchBlue commented 7 years ago

Under src/base/core/ I have implemented basic functions in lists.hpp for list manipulation and creation:

I have also included a test case file, unit-core-lists.cpp.

Please look at the test case and play around with the functions. If you think they're all right, please approve it!

It's missing length though. I should probably do it.

CinchBlue commented 7 years ago

I've fixed length. I believe it works. Rebasing...