Page 1 of 2
The *benefits* of a single pass compiler
Posted: Sat Nov 19, 2005 11:50 pm
by Justin
just realized that you can't do this
Code: Select all
Structure SB
a.l
b.SA
c.w
EndStructure
Structure SA
a.l
b.SB
EndStructure
Interface ia
f1(i.ib)
EndInterface
Interface ib
f1(i.ia)
EndInterface
hopefully PB4 will do such complicated things
Posted: Sun Nov 20, 2005 10:47 am
by Trond
Arrrgghhh... some people... I won't say any more.
Have a look at this:
Structure SApple
peal.l
core.SCore
EndStructure
Structure SCore
stones.l
parent.SApple
EndStructure
What you want is to put SCore into SApple, but inside SCore you have SApple, and inside SApple you have SCore and inside SCore you have SApple and inside SApple you have SCore and inside SCore you have
[...]
Posted: Sun Nov 20, 2005 11:01 am
by PB
Come on Trond, you didn't have to post >64K of text just to get your point across. :roll:
Posted: Sun Nov 20, 2005 12:13 pm
by Bonne_den_kule
über lol

Posted: Sun Nov 20, 2005 12:32 pm
by Trond
PB wrote:Come on Trond, you didn't have to post >64K of text just to get your point across. :roll:
Yeah, dialup users probably prefers single pass compilers.

Posted: Sun Nov 20, 2005 1:22 pm
by PB
> Yeah, dialup users probably prefers single pass compilers.
I'm on 1500 ADSL actually, but your 64K of text made me scroll the page for
ages, and I'm a lazy person who despises being forced to do things like that.

Posted: Sun Nov 20, 2005 3:10 pm
by Justin
ok, i complained to fast. using a pointer will work. as for interfaces you have to use a pointer to the object structure instead of the interface.
Posted: Sun Nov 20, 2005 3:32 pm
by DarkDragon
Bonne_den_kule wrote:über lol


over laughing over loud?
Recursive structures will do S.M. with your RAM
Posted: Sun Nov 20, 2005 5:48 pm
by techjunkie
Trond wrote:Arrrgghhh... some people... I won't say any more.
Have a look at this:
Structure SApple
peal.l
core.SCore
EndStructure
Structure SCore
stones.l
parent.SApple
EndStructure
What you want is to put SCore into SApple, but inside SCore you have SApple, and inside SApple you have SCore and inside SCore you have SApple and inside SApple you have SCore and inside SCore you have
[...]
I'll guess this post has been edit?!?

Posted: Sun Nov 20, 2005 7:31 pm
by Trond
techjunkie wrote:Trond wrote:Arrrgghhh... some people... I won't say any more.
Have a look at this:
Structure SApple
peal.l
core.SCore
EndStructure
Structure SCore
stones.l
parent.SApple
EndStructure
What you want is to put SCore into SApple, but inside SCore you have SApple, and inside SApple you have SCore and inside SCore you have SApple and inside SApple you have SCore and inside SCore you have
[...]
I'll guess this post has been edit?!?

Actuall I had even written something more at the end of it but it was cut off when I submitted because of the demonstration. So I hit a hard post length limit. And now it's edited.
Posted: Sun Nov 20, 2005 7:41 pm
by PB
> I'll guess this post has been edit?!?
Yep, I assume Trond graciously modified it after my comment.

Until then, it may have been the longest post ever made here?
Posted: Sun Nov 20, 2005 8:37 pm
by Trond
PB wrote:> I'll guess this post has been edit?!?
Yep, I assume Trond graciously modified it after my comment.

Until then, it may have been the longest post ever made here?
Me? I thought it was you.
Posted: Mon Nov 21, 2005 1:40 am
by GeoTrail
PB wrote:I'm on 1500 ADSL actually, but your 64K of text made me scroll the page for
ages, and I'm a lazy person who despises being forced to do things like that.

Do they still use 1500 kbps connections?

:roll:
Posted: Mon Nov 21, 2005 2:11 am
by PB
> Me? I thought it was you.
Not me. If I was going to edit it, I would have just snipped 90% of the
middle part and said nothing, but I commented instead and assumed you
went and changed it due to that (you did say "and now it's edited" which
I thought meant you did it).
> Do they still use 1500 kbps connections?
Yep; what's the norm where you are?
Posted: Mon Nov 21, 2005 2:21 am
by GeoTrail
Right now I have 4 mbs, in Sweden they have really cheap 100 mbs which I'm expecting here too shortly, also the government has decided that Telenor, the biggest teleoperator in the country must drop its prices by 40%
