gnucobol
gnucobol copied to clipboard
A clone of the sourceforge GnuCOBOL compiler from COBOL to C.
This branch started as a merge of some other branches for MF-AIX, and then some other commits were added: * Make DOT optional after data descriptions by changing the heuristic...
This PR is just to trigger the IBM CI. Debugging in progress.
test adjustments notes to dependencies
Follow-up of #244. Opening a new PR, since the target branch was renamed. However, I couldn't get the MinGW CI to work... I'm using this opportunity to check whether the...
## Pull Request: comp-5-uses-binary-byteorder dialect configuration option ### Summary This branch adds a new dialect configuration option which allows COMP-5 fields to be processed using the same byte order as...
While I'm not sure how that would work (I _guess_ with `echo cell-here-doc | cobc -xj -frelaxed-syntax-checks -` under the hood, similar for the debugging) "notebook cells" seem to be...
... bringing in Wiki information to the repo, along with a test to create AGENTS.md https://agents.md/ pushing before getting too tired. Still I'd like @lefessan @nberth @ddeclerck to review the...
This is WIP. There's a piece of code in `cb_emit_move` that is ifdef'ed out in 3.x and active in trunk and that seems to solve the problem. But it does...