Devel::Declare can install subroutines called declarators which locally take
over Perl's parser, allowing the creation of new syntax.
This module is now deprecated: keyword handling has been included in the perl
core since perl 5.14, and better alternatives for Devel::Declare functionality
include Devel::CallParser, Function::Parameters, and Keyword::Simple.