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 stdproc::lists #70

Closed Kayla-Kwock closed 6 years ago

Kayla-Kwock commented 6 years ago

Implemented functions and test cases for lists. Revised the reverse function in system::core::lists. Changed pairs_and_lists.cpp to utilize namespace shaka to reduce clutter and improve readability.

Please check for any issues/mistakes, particularly in memory management