-
```
What steps will reproduce the problem?
Parse a cobol array with an INDEXED BY clause containing multiple index
declaration, for example :
01 TAB OCCURS 10 INDEXED BY IDX1 IDX2 IDX3.
What is the …
-
```
What steps will reproduce the problem?
Parse a cobol array with an INDEXED BY clause containing multiple index
declaration, for example :
01 TAB OCCURS 10 INDEXED BY IDX1 IDX2 IDX3.
What is the …
-
The current behavior (for all import languages) is:
Output the error - where we had major improvements with showing context, source comments and expected tokens. Then abort.
I'm more firm with B…
-
Hi everybody ! I need a way to associate comments to the "statements" that follow them. I'm an expert in syntaxical analysis in a programmatic way, but I know almost nothing about ATLR grammar. Yous C…
-
The samples already include samples of conditional compilation in ISO2002 format, but those are just skipped completely for now.
Additional there's the Micro Focus format to handle.
Actually doing…
-
I want to create a COBOL visitor to translate a COBOL source code into another language using the visitor generated by ANTLR4.
I have been going through the repository and I've noticed that there are…
-
**Describe the bug**
Some intrinsic functions are not allowed in a MOVE statement, our parser allows it but IBM compiler doesn't.
**To Reproduce**
(Type)Cobol code that cause the bug : (if any)…
-
Hi guys
I have a file that I receive via FTP, this file is in EBCDIC format and does not have RDW.
In Copybook there is a field MODEL-DECISION PIC X(01). that coming S or N (Yes or No)
…
-
Hi Avishek,
I am using a windows system and followed the dependency steps.
When I run `mvn clean install` I get following error -
![image](https://github.com/user-attachments/assets/a3dc9b…
-
**Is your feature request related to a problem?**
Currently, if the parser runs into an unexpected token it stops and is unable to continue parsing the rest of the code.
**Describe the solution …