issues
search
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
Fixed String constructor and comparisons
#67
Closed
lihongman
closed
6 years ago
lihongman
commented
6 years ago
Used std::string::compare() which handles lexicographic order.
Constructor had values flipped.
Changed all int's to std::size_t.
Fixed operator<= from copying to referencing.