vim-perl / vim-perl6

Vim runtime files for Perl 6 support. This has moved to the Raku organization.
https://github.com/Raku/vim-raku
17 stars 22 forks source link

Perl 6: Add more native types. (num32, num64, long, longlong, Pointer, size_t and str) #3

Closed samcv closed 7 years ago

samcv commented 8 years ago

All types I added are listed here: https://docs.perl6.org/language/nativecall#Passing_and_Returning_Values except for str which you can see here in roast: https://github.com/perl6/roast/blob/master/S02-types/native.t#L43

(They are all in the design docs too, but I wanted to link the most up to date info available)

hoelzro commented 7 years ago

Thanks!