gnucobol
gnucobol copied to clipboard
A clone of the sourceforge GnuCOBOL compiler from COBOL to C.
Cleaned up java.c, added the requested changes from [PR#150](https://github.com/OCamlPro/gnucobol/pull/150), ready for feedback and comments
- Upgrade versions of github actions (some are being deprecated); - Perform tests before install when doing the opposite is not very well justified.
Added the support for encoding conversion for National literals to be in UTF-16 and for alphanumeric literals to be in ISO-8859-15 and for the UTF-8 literals to be in UTF-8...
This attempts to fix [https://sourceforge.net/p/gnucobol/bugs/948/](https://sourceforge.net/p/gnucobol/bugs/948/). I the loading of collating tables has been moved from `codegen` to `typeck`. On loading the *program* collating sequence, we compute the low and high...
This pull request implements [FR#474](https://sourceforge.net/p/gnucobol/feature-requests/474/)
Closes #114 and completes FR176 on SourceForge. A new directive `>> IMP INCLUDE FILE_1 ... FILE_n` is introduced, allowing to include multiple C headers. Only files with name finishing by...
This is a preliminary work for adding the capability to support COBOL objects on GnuCOBOL. FORMAL REVIEW IS NOT NEEDED AS IT WON'T BE MERGED FOR NOW you can find...
This is a preliminary work for adding the capability to support COBOL objects on GnuCOBOL. FORMAL REVIEW IS NOT NEEDED AS IT WON'T BE MERGED FOR NOW you can find...