PerlFFI/FFI-Platypus

Add types

Closed this issue · 2 comments

Now that we've refactored the type system, ( #86 ) we should be able to add some new types that would be handy. Lets' include some subset of:

  • pointer to string
  • array of string
  • pass record by value
  • pointer to complex
  • array of complex
  • pointer as object
  • Go string

At least one implementation for a Go string can be found here:
PerlFFI/FFI-Platypus-Lang-Go@a80b3a4
I don't think we will be adding this type to the Platypus core.
(note: requires api => 1)

#152 adds complex array support. The tasks for this ticket are complete 🎉