OCamlPro / gnucobol

A clone of the sourceforge GnuCOBOL compiler from COBOL to C.
https://get-superbol.com
GNU Lesser General Public License v3.0
16 stars 20 forks source link

Initial PR for jni integration #149

Closed xevor11 closed 1 month ago

xevor11 commented 1 month ago

An initial PR to get feedback on style, standard, and structuring functions. Also checking if I am in the correct direction for the JNI integration steps.

GitMensch commented 1 month ago

Most important: Please rebase and retarget, you want to both branch from and target this PR to the java-interop branch, not gcos4gnucobol-3.x

xevor11 commented 1 month ago

I see, I will make another PR with the target to the correct branch

GitMensch commented 1 month ago

Please stay with this PR.

You can change the branch target on at least Gitlab and Github via "Edit": edit button

you may want to recreate your local branch from the correct upstream one, then include your new file and the new adjustments, then force-push to the GH one to have this PR also base + code updated