SassyTodo - larcenists/larceny GitHub Wiki
- Revise push-stack interface
- Make patchers the only way to patch
- (remove
push-stack-patch
andpush-stack-pointer
procedures - make return value of
push-stack-push
unspecified). - update Felix's test suite accordingly
- (remove
- Make patchers the only way to patch
- Find out whether we can make the recursive calls to
parse
avoid reinvokingsassy-expand
.