Help in AST dump

2006-03-09 Thread Darthrader
Hi, Can someone tell me what do unql,high,low refer to in the dump generated by gcc using -fdump-tree-original-raw. @10 integer_type name: @20 unql: @21 size: @22 algn: 64 prec: 36 unsigned min : @23 max : @24

AST dump

2006-03-09 Thread Darthrader
Hi, Can someone tell me what do unql,high,low refer to in the dump generated by gcc using -fdump-tree-original-raw. @10 integer_type name: @20 unql: @21 size: @22 algn: 64 prec: 36 unsigned min : @23 max : @24

Internpreter

2006-02-03 Thread Darthrader (sent by Nabble.com)
If I want to write an interpreter for AST, what are _some_ of the things I would be required to do? Basically , how does an interpreter work? -- View this message in context: http://www.nabble.com/Internpreter-t1052475.html#a2736701 Sent from the gcc - Dev forum at Nabble.com.

Interpreter

2006-02-03 Thread Darthrader (sent by Nabble.com)
If I want to write an interpreter for AST, what are _some_ of the things I would be required to do? Basically , how does an interpreter work? -- View this message in context: http://www.nabble.com/Interpreter-t1052476.html#a2736703 Sent from the gcc - Dev forum at Nabble.com.

Re: What do these mean?

2006-02-02 Thread Darthrader (sent by Nabble.com)
Thanx for ur reply Diego. Got a few more queries... What does the number '02' signify? Can I change that ? How? Darthrader -- View this message in context: http://www.nabble.com/What-do-these-mean--t1046908.html#a2720928 Sent from the gcc - Dev forum at Nabble.com.

Re: Machine Dependance

2006-02-02 Thread Darthrader (sent by Nabble.com)
Thanx for ur reply.I have a few more questions below: Paolo Bonzini-2 wrote: Darthrader (sent by Nabble.com) wrote: Is the AST[Abstract Syntax Tree] machine dependent? The nodes that are generated for the program as it is parsed are machine independent. However: 1) this can only

Re: Machine Dependance

2006-02-02 Thread Darthrader (sent by Nabble.com)
Hey Paolo thanx a lot.I got the info I required. Can u mention any links that i can use as a reference to understand the dump output of -fdump-tree-original-raw as AST? Thanx a lot. Darthrader -- View this message in context: http://www.nabble.com/Machine-Dependance-t1047440.html