MontysCoconut / moco

The Monty to LLVM compiler
http://www.informatik.uni-bremen.de/monty/
GNU General Public License v3.0
10 stars 5 forks source link

Generic inheritance #28

Closed hwielenberg closed 9 years ago

hwielenberg commented 9 years ago

Such inhereitance is now possible:

class StringWrapper inherits Wrapper

cpfr commented 9 years ago

Cool, this seems very useful! Thanks a lot!