jamesladd / stc

stc
Other
3 stars 2 forks source link

Jcl/introduce message emitter #12

Closed jamesladd closed 6 years ago

jamesladd commented 6 years ago

Completed initial implementation of the message emitter. It is doing the right thing for a simple case right now. See TestReturnString and TestAnswerString.

The PrimObject (base of all Smalltalk classes that is also a Java class) currently is simply holding a Java Object as it's value which is in turn printed in java via the toString() call.