This is mostly preparatory work for the conversion tool.
One syntax change is that we now use
Foo subclass: Bar [
Bar class [
]
]
instead of
Foo subclass: Bar [
Class protocol [
]
]
to switch to the class side and define class methods.
Paolo
_______________________________________________
help-smalltalk mailing list
help-smalltalk gnu.org
http://lists.gnu.org/mailman/listinfo/help-smalltalk
|