jdhenke / introspect

Spring 2013 945 Final Project - Scheme Introspector w/ Owen Derby and Dylan Sherry
0 stars 0 forks source link

Redefining primitive types isn't handled correctly #37

Closed oderby closed 11 years ago

oderby commented 11 years ago

After fixing #27 I realized that we still doesn't handle the case when a primitive funciton is redefined properly. This is because the "primitive" node types are handled specially, and so to catch that we're redefining an existing primitive to a compound procedure...i'm not sure, it would need more thought.