Basically, I want to desugar/translate SmallTalk programs to a meta-language, using the meta-language to model the semantics of smalltalk to understand OOP language designs(in this case, the design of smalltalk).
On Wed, Apr 15, 2015 at 4:42 PM, Holger Freyther <[email protected]> wrote: > > > On 15 Apr 2015, at 14:21, Junsong Li <[email protected]> wrote: > > > > Thanks. Using STClassLoader to load the class and then walking the AST > of the class is the way to go! Done! > > > > What are you implementing? > > holger > > _______________________________________________ help-smalltalk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-smalltalk
