Le 25/09/2015 13:01, Marcus Denker a écrit :
On 25 Sep 2015, at 09:53, Thierry Goubier <[email protected]> wrote:
Note for ref on the original point:
ANSI Smalltalk allow for space between - and the number token. Squeak is then
non A
For the new point:
ANSI Smalltalk does not allow for space between # and the selector, or between
# and the quoted string.
Should be an easy fix.
Marcus, how do we should validate RBParser changes? Reparse all the code in the
image and compares ASTs?
Yes, I think so… it would of course be better to have a larger scale regression
test suite, but for now “recompiling the image”
is the thing we do to check the compiler
Reparsing the whole image shows 7 uses of # <space> something and #number.
Thierry
Marcus