legsem / legstar

Automatically exported from code.google.com/p/legstar
0 stars 2 forks source link

legstar-cobcgen generates wrong identation after deep node #166

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In this case:

      *    // The output COBOL structure
       01  A.
           03  OCCURS-COUNTERS--C.
             05  B--C PIC 9(9) COMP-5.
             05  E--C PIC 9(9) COMP-5.
           03  B OCCURS 0 TO 10 DEPENDING ON B--C.
             05  C.
               07  d OCCURS 10 PIC X(32) DISPLAY.
             03  E OCCURS 0 TO 10 DEPENDING ON E--C.
               05  f PIC X(32) DISPLAY.

E is indented relative to d instead of A.

Original issue reported on code.google.com by fady.mou...@gmail.com on 2 Apr 2012 at 9:18

GoogleCodeExporter commented 9 years ago

Original comment by fady.mou...@gmail.com on 13 May 2012 at 5:29

GoogleCodeExporter commented 9 years ago

Original comment by fady.mou...@gmail.com on 19 May 2012 at 5:12

GoogleCodeExporter commented 9 years ago

Original comment by fady.mou...@gmail.com on 8 Jun 2012 at 10:17