The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.06

  • removed options 'HasVOID' and 'HasC99Keywords'
  • added 'DisabledKeywords' option, which replaces both 'HasVOID' and 'HasC99Keywords', and allows to disable a lot of other keywords, too:
    • HasVOID => 0 --> DisabledKeywords => ['void'] HasC99Keywords => 0 --> DisabledKeywords => [qw(inline restrict)]
  • updated parser to ignore type definitions within code blocks
  • fixed an access violation when cleaning up the preprocessor
  • removed warning when using sourcify method
  • added some more tests
  • added examples directory and some example scripts
  • added more examples to documentation
  • documentation fixes/updates

Modules

Generate C source for fast keyword tokenizer
Binary Data Conversion using C Types
Caching for Convert::Binary::C