help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] RBParser and negative numbers in arrays


From: Holger Hans Peter Freyther
Subject: Re: [Help-smalltalk] RBParser and negative numbers in arrays
Date: Sat, 10 Aug 2013 18:10:10 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Sat, Aug 10, 2013 at 05:31:56PM +0200, Gwenaƫl Casaccio wrote:
> I've made a fix and added few tests. Now I would like to see more
> RBParser/Scanner tests :)

Ah lovely!

> +    testNumberParsing [
> +
> +        | node |
> +        node := RBParser parseExpression: '3'.


But RBParser parseExpression: '-3' parsed properly, it is the mix of
array literal and this. I would like to add a testLiteralArrayParsing
as well. But I can now parse the Grease tests and will look into updating
Grease to the latest version.

holger



reply via email to

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