Sundar Raman P
Sundar Raman P
Any updates on this issue? Storing the AST in a JSON format will be immensely helpful!
Thanks this helped! To get the PERFORM and CALL statements (which change the control flow of the program), I was trying to use the below code: ``` Program program =...
Thanks @uwol . I will implement whatever you have mentioned. Also can you point to some examples where `CALL ` is parsed out? Typically a program can call another program...
+1. Support for palm models will be useful!
When will a new tag for this change be released? Eager to try it out:)
Awesome! Does proleap-cobol-parser different COBOL dialects like IBM Enterprise COBOL, GnuCOBOL, MicroFocus COBOL, etc.?
Oh ok thanks! Is there any plan to work on any project to do something like a control flow graph or function call graph like what Broadcom has done (and...
https://tree-sitter.github.io/tree-sitter/ - This is the general tree parser used for many languages. Integrating the SOTA pro leap's parser with the tree-sitter will be a useful contribution? I think there might...
I am trying to use this python library: https://pypi.org/project/antlr-ast/ which hopefully is ANTLR but in python (as I want to implement the ANTLR4 grammar for COBOL parsing in python). Is...
Thanks @uwol . I realised that for some reason `Proleap-cobol-parser-sources.jar` wasn't importable (tried different ways: created a java project, maven project and tried to add dependencies, copied the .jars to...