help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] [PATCH] STInST patches to allow converting PetitParser/


From: Holger Hans Peter Freyther
Subject: [Help-smalltalk] [PATCH] STInST patches to allow converting PetitParser/Magritte
Date: Thu, 26 Aug 2010 22:33:32 +0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.7) Gecko/20100720 Fedora/3.1.1-1.fc13 Lightning/1.0b2 Thunderbird/3.1.1

Hi,

as written in other threads. PetitParser is using binarySelectors that allow
more than two chars (allowed by Ansi Smalltalk) and we can not parse that, the
other is that Magritte/PetitParser use #classSide and STClassLoader didn't
know how to resolve that.

For the binary selector I have added a patch that allows to parse it when it
is coming from Squeak/Pharo and then we can rewrite it to => or such.

For the #classSide I have used Paolo's patch and propose it for inclusion. I
have not seen that the the STClassLoader allows to have dialect specific code
so I think it is best to include it. For the origin of #classSide, I have
clicked on versions in the Pharo browser and it appears to have a date from
2004, I don't know who added it though.

so please comment on the ChangeLog and code.



Attachment: 0002-SqueakParser.st-Handle-binary-selectors-with-more-th.patch
Description: Text Data

Attachment: 0003-STClassLoader.st-Handle-classSide-to-be-able-to-pars.patch
Description: Text Data


reply via email to

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