Skip to content

Go-PIC Alpha v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Sep 08:31
· 32 commits to master since this release
89b811b

Changes

🚀 Features

  • Unmarshalling of pic-tagged structs
    • strings
    • integers
    • slices of custom, pic-tagged structs (that contain strings/ints)
    • slices of strings, integers.
  • Code (struct) generation from input copybook files (or directories containing copybook files)
    • understands PIC X. PIC X(9). PIC 9(9). single & multiple line REDEFINES, single & multiple line OCCURS
    • does not understand GROUPS
  • Basic OCCURS support in go-pic struct gen @pgmitche (#2)