Re: [Pharo-dev] Differences Compiler vs. OpalCompiler (or parser)

2016-02-23 Thread Eliot Miranda
On Tue, Feb 23, 2016 at 2:26 PM, Nicolai Hess wrote: > > > 2016-02-23 18:58 GMT+01:00 Eliot Miranda : > >> Hi Nicolai, >> >> On Tue, Feb 23, 2016 at 7:37 AM, Nicolai Hess >> wrote: >> >>> >>> >>> 2015-11-20 22:57 GMT+01:00

Re: [Pharo-dev] Differences Compiler vs. OpalCompiler (or parser)

2016-02-23 Thread Nicolai Hess
2016-02-23 18:58 GMT+01:00 Eliot Miranda : > Hi Nicolai, > > On Tue, Feb 23, 2016 at 7:37 AM, Nicolai Hess > wrote: > >> >> >> 2015-11-20 22:57 GMT+01:00 Eliot Miranda : >> >>> Hi Nicolai, >>> >>> On Fri, Nov 20, 2015 at

Re: [Pharo-dev] Differences Compiler vs. OpalCompiler (or parser)

2016-02-23 Thread Eliot Miranda
Hi Nicolai, On Tue, Feb 23, 2016 at 7:37 AM, Nicolai Hess wrote: > > > 2015-11-20 22:57 GMT+01:00 Eliot Miranda : > >> Hi Nicolai, >> >> On Fri, Nov 20, 2015 at 1:37 PM, Nicolai Hess >> wrote: >> >>> GTDummyExamples class

Re: [Pharo-dev] Differences Compiler vs. OpalCompiler (or parser)

2016-02-23 Thread Nicolai Hess
2015-11-20 22:57 GMT+01:00 Eliot Miranda : > Hi Nicolai, > > On Fri, Nov 20, 2015 at 1:37 PM, Nicolai Hess > wrote: > >> GTDummyExamples class >> d: anInteger >> >> >> > anInteger'> >> >> MessageNotUnderstood> >> >> ^ 1

Re: [Pharo-dev] Differences Compiler vs. OpalCompiler (or parser)

2015-12-04 Thread Nicolai Hess
2015-12-04 20:29 GMT+01:00 Andrei Chis : > > > On Sat, Nov 21, 2015 at 3:25 PM, Nicolai Hess > wrote: > >> >> >> 2015-11-20 22:57 GMT+01:00 Eliot Miranda : >> >>> Hi Nicolai, >>> >>> On Fri, Nov 20, 2015 at 1:37 PM,

Re: [Pharo-dev] Differences Compiler vs. OpalCompiler (or parser)

2015-12-04 Thread Andrei Chis
On Sat, Nov 21, 2015 at 3:25 PM, Nicolai Hess wrote: > > > 2015-11-20 22:57 GMT+01:00 Eliot Miranda : > >> Hi Nicolai, >> >> On Fri, Nov 20, 2015 at 1:37 PM, Nicolai Hess >> wrote: >> >>> GTDummyExamples class >>> d:

Re: [Pharo-dev] Differences Compiler vs. OpalCompiler (or parser)

2015-12-03 Thread Marcus Denker
> On 20 Nov 2015, at 22:37, Nicolai Hess wrote: > > GTDummyExamples class > d: anInteger > > > anInteger'> > > MessageNotUnderstood> > > ^ 1 + anInteger > > The old Parser complains about the class name "MessageNotUnderstood" used as >

Re: [Pharo-dev] Differences Compiler vs. OpalCompiler (or parser)

2015-12-03 Thread Nicolai Hess
2015-12-03 16:59 GMT+01:00 Marcus Denker : > > On 20 Nov 2015, at 22:37, Nicolai Hess wrote: > > GTDummyExamples class > d: anInteger > > > anInteger'> > > MessageNotUnderstood> > > ^ 1 + anInteger > > The old Parser

Re: [Pharo-dev] Differences Compiler vs. OpalCompiler (or parser)

2015-11-21 Thread Nicolai Hess
2015-11-20 22:57 GMT+01:00 Eliot Miranda : > Hi Nicolai, > > On Fri, Nov 20, 2015 at 1:37 PM, Nicolai Hess > wrote: > >> GTDummyExamples class >> d: anInteger >> >> >> > anInteger'> >> >> MessageNotUnderstood> >> >> ^ 1

[Pharo-dev] Differences Compiler vs. OpalCompiler (or parser)

2015-11-20 Thread Nicolai Hess
GTDummyExamples class d: anInteger MessageNotUnderstood> ^ 1 + anInteger The old Parser complains about the class name "MessageNotUnderstood" used as a pragma argument without being a string or symbol Opal does not complain Is Opals behavior intended ? >From

Re: [Pharo-dev] Differences Compiler vs. OpalCompiler (or parser)

2015-11-20 Thread Eliot Miranda
Hi Nicolai, On Fri, Nov 20, 2015 at 1:37 PM, Nicolai Hess wrote: > GTDummyExamples class > d: anInteger > > > anInteger'> > > MessageNotUnderstood> > > ^ 1 + anInteger > > The old Parser complains about the class name "MessageNotUnderstood"