This is a discussion on 4GL analysis tools in the market within the Informix forums, part of the Database Server Software category; --> Hi, Are there any tools in the market which can parse through 4GL code and produce flowcharts/decision control diagrams? ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Ask the prez.....he DID say he was writing 4GL back in 1983 didn't he? I have no doubt that he wrote any of the tools available today too! Mark. Jean Georges Perrin wrote: > Doc4gl from aubit may help... mike? Sergio? Andrej? > > > -----Original Message----- > > From: informix-list-bounces@iiug.org [mailto:informix-list- > > bounces@iiug.org] On Behalf Of warm_iiug@yahoo.com > > Sent: Wednesday, November 01, 2006 22:42 > > To: informix-list@iiug.org > > Subject: 4GL analysis tools in the market > > > > Hi, > > > > Are there any tools in the market which can parse through 4GL code and > > produce flowcharts/decision control diagrams? > > > > TIA > > > > _______________________________________________ > > Informix-list mailing list > > Informix-list@iiug.org > > http://www.iiug.org/mailman/listinfo/informix-list |
| |||
| Doc4GL (see manual from http://aubit4gl.sourceforge.net/aubit4gldoc/index.html) is a tool that parses 4GL code and collects DoxyGen, API, module and meta data information. IT does not go to the level of if-then-else currently, but hey, it is OpenSource, so it would not be too hard to do. I strongly encourage anyone with more then few thousend lines of 4GL to take a good look at it - it is by far most advanced documentation tool available for x4GL. And yes, it was originally written by Sergio. Andrej On Nov 3, 9:12 am, "Jean Georges Perrin" <j...@iiug.org> wrote: > Doc4gl from aubit may help... mike? Sergio? Andrej? > > > -----Original Message----- > > From: informix-list-boun...@iiug.org [mailto:informix-list- > > boun...@iiug.org] On Behalf Of warm_i...@yahoo.com > > Sent: Wednesday, November 01, 2006 22:42 > > To: informix-l...@iiug.org > > Subject: 4GL analysis tools in the market > > > Hi, > > > Are there any tools in the market which can parse through 4GL code and > > produce flowcharts/decision control diagrams? > > > TIA > > > _______________________________________________ > > Informix-list mailing list > > Informix-l...@iiug.org > >http://www.iiug.org/mailman/listinfo/informix-list |
| ||||
| FWIW - If anyone is interested in detecting particular code constructs within their 4GL, the Aubit4GL parser can be used with a little bit of extra C - I've done this privately for customers before on a commercial basis.. On Sunday 05 November 2006 01:18, Andrej.Falout@gmail.com wrote: > Doc4GL (see manual from > http://aubit4gl.sourceforge.net/aubit4gldoc/index.html) is a tool that > parses 4GL code and collects DoxyGen, API, module and meta data > information. IT does not go to the level of if-then-else currently, but > hey, it is OpenSource, so it would not be too hard to do. > > I strongly encourage anyone with more then few thousend lines of 4GL to > take a good look at it - it is by far most advanced documentation tool > available for x4GL. > > And yes, it was originally written by Sergio. > > Andrej > > On Nov 3, 9:12 am, "Jean Georges Perrin" <j...@iiug.org> wrote: > > Doc4gl from aubit may help... mike? Sergio? Andrej? > > > > > -----Original Message----- > > > From: informix-list-boun...@iiug.org [mailto:informix-list- > > > boun...@iiug.org] On Behalf Of warm_i...@yahoo.com > > > Sent: Wednesday, November 01, 2006 22:42 > > > To: informix-l...@iiug.org > > > Subject: 4GL analysis tools in the market > > > > > > Hi, > > > > > > Are there any tools in the market which can parse through 4GL code and > > > produce flowcharts/decision control diagrams? > > > > > > TIA > > > > > > _______________________________________________ > > > Informix-list mailing list > > > Informix-l...@iiug.org > > >http://www.iiug.org/mailman/listinfo/informix-list > > _______________________________________________ > Informix-list mailing list > Informix-list@iiug.org > http://www.iiug.org/mailman/listinfo/informix-list -- Mike Aubury |