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

v2.4.0 #2641

Closed fm-117 closed 3 months ago

fm-117 commented 3 months ago

v2.4.0

This minor release introduces the refactoring concept into our LanguageServer along with our first COBOL-oriented refactor command. The command auto adjusts size of FILLERs located inside REDEFINES in order to match the size of the whole redefined area.

New feature