Skip to content

Releases: azawawi/perl6-inline-go

v0.0.4

02 Dec 07:43
Compare
Choose a tag to compare
  • Add support for Go C Strings (with tests).
  • Skip 003-multiple.t on macOS since Go runtime always crashes on it.

v0.0.3

02 Dec 07:43
Compare
Choose a tag to compare
  • Add change log.
  • Use roles to add methods to objects instead of classes.
  • Refactor a bit for speed.
  • Refactor grammar to handle Go's semicolons end-of-line rule.
  • Add grammar and multiple object tests.

v0.0.2

02 Dec 07:43
Compare
Choose a tag to compare
  • Add Windows support using gcc.
  • Add experimental Inline::Go::Grammar.
  • Add missing dependency on File::Temp.
  • Add initial examples.
  • Add more Go type to Perl 6 NativeCall mapping.
  • Use proper temporary directory go/gcc build operations.
  • Add :debug boolean attribute.
  • Add more tests.
  • Remove debugging code.