Re: Re[1] [Joe-task-developer] CodeWriters and JOE 0.2a
Status: Pre-Alpha
Brought to you by:
jjjoooeee
|
From: <tv...@ho...> - 2002-11-10 07:51:46
|
Morning,
I guess I found answer in code, in function writeLabelStatement() you have
wrote. I was too lazy ;)
----- Original Message -----
From: "Tõnis Vaga" <tv...@ho...>
To: <joe...@li...>
Sent: Saturday, November 09, 2002 10:46 PM
Subject: Re: Re[1] [Joe-task-developer] CodeWriters and JOE 0.2a
>
> Thanks Loïc, it helped me a lot. Now my plan is write prefix before before
> statement processing in new method writeStatement().
> But how should I tabulate labeled statement? Like this:
> {
> <4spaces>label: Statement();
> }
> or some other ways?
>
> Tõnis
>
> ----- Original Message -----
> From: "LoXc LefXvre" <loi...@ca...>
> To: <joe...@li...>
> Sent: Saturday, November 09, 2002 3:32 PM
> Subject: Re[1] [Joe-task-developer] CodeWriters and JOE 0.2a
>
>
> Hi Tõnis,
> The 'prefix' problem should be solved by printing the nodes
> meet during the parsing, I suggest you to edit the
> JavaOptimizationEngine.java class and write the method call:
> n.dump( " " );
> on line 315-316 just after the parsing, thus it will print
> all the JJTree nodes! You'll have then the trace you need
> for any java code :)
>
>
>
> Asking before changing code is fine, continue like this.
> But know that if something goes wrong, CVS is here ;)
>
> I'll work all the week-end plus monday (since it's holiday
> in France). I'll finish the Assignment Operator COP
> enhancement :)
>
> exp = exp + 1 => ++exp
>
>
> Cheers,
> Loïc
>
>
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Joe-task-developer mailing list
> Joe...@li...
> https://lists.sourceforge.net/lists/listinfo/joe-task-developer
|