Skip to content

PlainObjects

Pre-release
Pre-release
Compare
Choose a tag to compare
@scott-cotton scott-cotton released this 27 Aug 22:56
· 8 commits to main since this release

This release fills out the object plain coding, including dispatch.
Also some re-organisation of code between ssa2pal and objects.

type Object interface {
plain.Encoder
...
}
object.PlainDecode(r io.Reader) (Object, error)

*** v.0.0.X ** => for reading/hacking only (not for use) ***