Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#624 Add support for binary fields #626

Merged
merged 6 commits into from
May 25, 2023

Conversation

yruslan
Copy link
Collaborator

@yruslan yruslan commented May 25, 2023

Add support for binary fields that have PIC X and USAGE COMP.

Example:

01  RECORD.
       03 FIELD        PIC X(4) COMP.

@github-actions
Copy link

github-actions bot commented May 25, 2023

JaCoCo code coverage report - 'cobol-parser'

File Coverage [86.95%] 🍏
AlphaNumeric.scala 100% 🍏
FixedLenNestedReader.scala 96.82% 🍏
DebugFieldsAdder.scala 88.89% 🍏
ParserVisitor.scala 88.77% 🍏
ANTLRParser.scala 85.71% 🍏
CopybookParser.scala 83.62% 🍏
VarLenNestedReader.scala 74.48% 🍏
Total Project Coverage 83.47% 🍏

@github-actions
Copy link

github-actions bot commented May 25, 2023

JaCoCo code coverage report - 'spark-cobol'

File Coverage [85.03%] 🍏
FixedLenTextReader.scala 97.06% 🍏
CobolParametersParser.scala 84.77% 🍏
Total Project Coverage 80.63% 🍏

@yruslan yruslan merged commit 6f66bf5 into master May 25, 2023
@yruslan yruslan deleted the feature/624-add-support-for-binary-fields branch May 25, 2023 12:30
@yruslan yruslan mentioned this pull request Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant