TypeCobolTeam / TypeCobol

TypeCobol is an Incremental Cobol parser for IBM Enterprise Cobol 6 for zOS syntax. TypeCobol is also an extension of Cobol 85 language which can then be converted to Cobol85.
Other
78 stars 26 forks source link

Implement new command AdjustFillers #2636

Closed fm-117 closed 1 month ago

fm-117 commented 2 months ago

The command refactor/adjustFillers traverse the AST to find and adjust FILLERs that are inside REDEFINES. The goal is to change each FILLER so as the REDEFINES size matches the redefined area size.

This will be the first of our COBOL refactorings.

The issue #2634 is a more general issue about having all the necessary messages in the protocol to support refactorings properly.