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.
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
WI #2634 Add ExecuteCommand and WorkspaceApplyEdit requests (#2637)
WI #2636 Implement refactor/adjustFillers command (#2638)
Bugfix
WI #2632 Use correct default encoding for alphanumeric literals written using hex notation (#2633)
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
Bugfix