codeforboston / codeforboston/anypia-js
*.PIA structure
- Dominant language
- C++
- Stars
- 5
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
`anypiab` is a command line program like the `anypia32` GUI program.
Loading a *.pia file outputs something like
"123-45-0020 06/22/1952 1235.80 2090.10 931.00 62 and 1 month 5 T" but it also appears that it outputs to a file (thanks @AlexMerritt)
### One issue we will face is getting the earnings, and other data, into anypia-js
The current interface is using this `.pia` file format.
http://thadk.net/anypiamac-docs/html/General/structure.html
The alternative is to support the XML format somehow with the oactobjs libraries directly and plug the javascript straight into its state format and skip the `.pia` format.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.