On 23 Nov 2013, at 09:33, Marcus Denker <[email protected]> wrote:
> 
> 
> other notes:
> 
> - the faulty (code with syntax error) parsing is very much an experiment. Do 
> you need it?
> - maybe for now just using RPParser directly is better.

- there is no concept of “executable expression” in Smalltalk. Everything 
compiled to bytecode
has to be a method. This is why expressions are compiled to DoIt methods, 
transforming the AST
of the expression into a method.

        Marcus


Reply via email to