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

Bug in GCNode Assignment Operator #76

Closed btwooton closed 6 years ago

btwooton commented 6 years ago

The GCNode Assignment operator is missing the return *this return statement, leading to undefined behavior.