Releases: foundatn-io/go-pic
Releases · foundatn-io/go-pic
Go-PIC Alpha v0.1.0
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)