Ulrich Wolffgang

Results 26 comments of Ulrich Wolffgang

Hi Nicola, thanks for the issue! I am developing under Mac OS and Linux, and so that error did not occur on my systems. However, thanks to your issue in...

Hi Nicola, I tested `mvn clean test` on Windows 10 and ran into problems due to charset windows-1252. Therefore in 522630f4a438fb7a49cedb647044573fbd6fc878 I changed default charset to UTF-8. After this change...

Yes, that could be an option. The complicated thing with EXEC SQL INCLUDE is to get right, where COBOL ends and SQL begins. I'll have to take a look for...

Hi Marius, thanks for your interest! Reinhard ist right, - the underlying grammar eliminates all **comment lines** via the [hidden channel](https://github.com/uwol/proleap-cobol-parser/blob/a66da35b8068552df3c0828761b0061386e3b05f/src/main/antlr4/io/proleap/cobol/Cobol.g4#L3239). This is a standard ANTLR mechanism. - In contrast,...

Yes, that would take me a few days, too. Because of that effort it is not implemented, yet 😃If you are interested, we could add that feature, but please would...

Hello Chris, correct, support for Microfocus dialect is limited in the current version. We are evaluating to add support for Microfocus, as this was the top requested feature in 2018!...

Hi @baltaci-r , yes, I think analyzing the control flow of a COBOL program should be possible based on this repo. The abstract semantic graph contains static information about called...

Hallo Adrian, wow, Danke für den Input! Den Diff muss ich mir einmal in Ruhe anschauen, sobald ich Zeit habe. Den Merge würde ich dann Feature-weise manuell vornehmen, auch um...

Hi @panky1998 , you should be able to call `getCtx` on each ASG element to retrieve the corresponding AST element. So for each ASG element there should be an AST...

An arbitrary example for such a call would be [this line](https://github.com/uwol/proleap-cobol-parser/blob/a43c8c4cde99e25608f0710e67156e16057a68d3/src/main/java/io/proleap/cobol/asg/runner/impl/CobolParserRunnerImpl.java#LL150C22-L150C22).