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

String class comparison operators and constructor incorrectly implemented #66

Closed lihongman closed 6 years ago

lihongman commented 6 years ago

String constructor for specified length of string is inappropriately created causing the size of the string to be incorrect. At the same time, the comparison operators were not supposed to compare length but whether they are (non-)monotonically decreasing/increasing.

lihongman commented 6 years ago

Fixed in Commit #67