help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Which parser to use to parse the gnu-smalltalk code


From: Junsong Li
Subject: Re: [Help-smalltalk] Which parser to use to parse the gnu-smalltalk code
Date: Wed, 15 Apr 2015 22:25:11 -0400

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 <address@hidden> wrote:

>
> > On 15 Apr 2015, at 14:21, Junsong Li <address@hidden> 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
>
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]