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.
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.
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.