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

Added (append) to lists.hpp and unit tests #34

Closed CinchBlue closed 6 years ago

CinchBlue commented 6 years ago

I have implemented (append) for 0 to n amount of arguments. It should implement the correct semantics as described by the section on append in R7RS.

Please check out and use append in your own code to see if it's useful for you. This is a utility function to assist in implementing the compiler, VM, etc.

CinchBlue commented 6 years ago

Great! Merging.