Skip to content

Go-PIC Alpha v0.1.2 - Extended symbol support

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Oct 10:13
· 24 commits to master since this release
4f44404

Changes

🚀 Features

  • Symbols - Document and support type mapping for basic PIC symbols @pgmitche (#11)
    • this adds support for:
| Symbol |  Description 
|--------|----------------------------
| 9      | Numeric (previously done)
| A      | Alphabetic
| X      | Alphanumeric (previously done)
| V      | Implicit decimal
| S      | Sign
| P      | Assumed decimal place

🔒 Security Changes