TypeCobol
TypeCobol copied to clipboard
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.
**Describe the bug** As our private analyzer uses visitor pattern to collect tokens from expressions, the order of the visit is important. We have a bug in `ClassCondition` for example...
Fixes #2317. This is a PR over #2328. Unit test will have to be adjusted after merging #2327.
Fixes #2313.
Fixes #2314. As `FileDescriptionEntry` is also modified through #2325, we'll need to be careful when merging...
**What is the current problem** With our Cobol compiler, when there is an error in SQL, only the first error is reported in a block of EXEC SQL. Cobol code...
Fixes #373. However type checking is not supported yet. As the most important part of the issue is to resolve correctly file names, I suggest to merge as is and...
Child of #2091. Analytics are not used anymore and are replaced with the new logging API. The goal of this issue is to identify and remove all usages of the...
2 teams of our company will use the parser but they don't need analytics. Analytics should be active only if needed. Thus, we could avoid to provide Analytics DLL to...
Fixes #2307, #2311 Can either be squashed or merged.