Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > comp.compilers > #2886
| From | Hans-Peter Diettrich <DrDiettrich1@netscape.net> |
|---|---|
| Newsgroups | comp.compilers |
| Subject | Re: Graphical representations of syntax trees? |
| Date | 2022-02-06 23:38 +0100 |
| Organization | Compilers Central |
| Message-ID | <22-02-007@comp.compilers> (permalink) |
| References | <22-02-004@comp.compilers> <22-02-005@comp.compilers> |
On 2/6/22 10:07 PM, gah4 wrote: > The main complication with doing this, is positioning the items > on the page. Right, that's a big problem. For my decompilers I wrote a flexible tree representation of the parse tree with online navigation through the tree. Source code for Atari ST in GfA Basic has gone long ago :-( > I do remember knowing about programs to print out flow charts, > but that is different. But it also has the same problem of positioning > on the page. That's not really different. A parse tree only includes more information (nodes) than the original flow chart of the code. Another solution may be a structure like used with source code. Blocks or functions are not arranged LTR but top down. Subtrees are indented and broken into multiple lines instead of nodes appended LTR. DoDi
Back to comp.compilers | Previous | Next — Previous in thread | Next in thread | Find similar
Graphical representations of syntax trees? Johann 'Myrkraverk' Oskarsson <johann@myrkraverk.com> - 2022-02-04 20:20 +0000
Re: Graphical representations of syntax trees? gah4 <gah4@u.washington.edu> - 2022-02-06 13:07 -0800
Re: Graphical representations of syntax trees? Hans-Peter Diettrich <DrDiettrich1@netscape.net> - 2022-02-06 23:38 +0100
Re: Graphical representations of syntax trees? Steve Limb <stephenjohnlimb@gmail.com> - 2022-02-08 09:14 +0000
Re: Graphical representations of syntax trees? anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2022-02-06 22:32 +0000
Re: Graphical representations of syntax trees? Johann 'Myrkraverk' Oskarsson <johann@myrkraverk.com> - 2022-02-07 10:49 +0000
Re: Graphical representations of syntax trees? anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2022-02-07 18:33 +0000
Re: Graphical representations of syntax trees? Jonathan Thornburg <jonathan@gold.bkis-orchard.net> - 2022-02-08 21:34 +0000
Re: Graphical representations of syntax trees? Johann 'Myrkraverk' Oskarsson <johann@myrkraverk.invalid> - 2022-02-11 21:16 +0000
Re: Graphical representations of syntax trees? "Alexei A. Frounze" <alexfrunews@gmail.com> - 2022-02-07 18:17 -0800
csiph-web