You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add support for Go C Strings (with tests).
- Skip `003-multiple.t` on macOS since Go runtime always crashes on it.
0.0.3 - 1 Dec 2017
- 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.
0.0.2 - 29 Nov 2017
- 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.