_@lobby hi [] versus _@(lobby) hi [] parser todo

Lee Salzman lsalzman at telerama.com
Sat May 31 07:41:17 PDT 2003


Fixed this. I just forgot to gobble up end parenthesis token at the end.

Lee

On Sat, May 31, 2003 at 02:00:08PM +0000, Paul Dufresne wrote:
> The parser don't seems to be able to parse AtToken with parenthesis.
> It is just not yet treated in parseDefinition of parser.slate.
> 
> See:
> Slate 8> dbgpar: ' _ at lobby hi [ Nil ]. '.
> <@_: traits, type, statements, parentScope, depth, inputVariables, 
> freeVariables
> , localVariables, heapOffset, stackOffset, selector, 
> roles><@*PRIMITIVE-CLONEABL
> E*: traits, type, statements, parentScope, depth, inputVariables, 
> freeVariables,
> localVariables, heapOffset, stackOffset, selector, roles>
> Slate 9> dbgpar: ' _@(lobby) hi [ Nil ]. '.
> 
> Line 1: Bad selector name in method definition
> 



More information about the Slate mailing list