-
This is a tracking issue for the second half of #2849!
Long long list of languages ahead:
- [ ] abap
- [ ] abnf
- [ ] actionscript
- [x] ada (#3381)
- [x] agda
- [x] al
- [ ] antlr4
- [ ]…
-
We experience a nasty side effect when parsing a File with the following statement:
`replacedString = new CobolPreprocessorImpl().process(inputFile, copyBookFiles, COBOL_FIXED_FORMAT);
`
The replac…
-
I am using flex 2.6.4. I compile with `-Ca`, following random advice on the Internet, because at some earlier juncture it solved some internal error. I also use:
%option debug noyywrap stack…
-
Food for thought: `ACTIVATE_TOKENS #WholeBunchOfTokens ...` or even `ACTIVATE_TOKENS #HalfBunch, #OtherHalf ...`.
-
**Describe the bug**
Message of Unreachable code when code is on normal program flow. Using TypeCobol V1.5.11.
**To Reproduce**
run TypeCobol.CLI.exe with "-cfg=2" or "-cfg=3" option. The err…
-
current master ( b22aa39d671df064e44b96976ea32b40f4353c7f ) failing to compile on freebsd
```
[ 7%] Linking C executable ../bin/codelite-ctags
cd /tmp/ports/data/ports/editors/codelite-devel/…
-
Hi @yruslan ,
I am trying to read a file with the following command:
`spark.read.format("cobol").option("copybook", file://BOOK.txt").load("DATASET.dat").count()`
The error output is:
> ERRO…
-
When writing parsers for non-production purposes, make sure you make them as strict as possible, to make it easier to find errors in wiki.
-
Add EXEC SQL VAR statements - Example:
```cobol
EXEC SQL VAR SOME-ID IS CHAR END-EXEC.
```
Currently this leads to a syntax error.
Some details are noted in [ProCOB …
-
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…