Nov. 23, 2013
8:49 a.m.
On 23 Nov 2013, at 09:33, Marcus Denker <marcus.denker@inria.fr> 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