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/test cases for list memq/memv #81

Open Kayla-Kwock opened 6 years ago

Kayla-Kwock commented 6 years ago

Created new functions for stdproc lists using equivalence predicates.

Please check for proper implementation according to R7RS I believe I have correctly implemented the functions, but the more complex cases were harder to understand and may either be incorrectly or implemented or missing.