Search results for "module:Syntax::Keyword::Try"
Syntax::Keyword::Try - a try/catch/finally syntax for perl
This module provides a syntax plugin that implements exception-handling semantics in a form familiar to users of other languages, being built on a block labeled with the "try" keyword, followed by at least one of a "catch" or "finally" block. As well...
PEVANS/Syntax-Keyword-Try-0.29 - 13 Jul 2023 10:10:32 UTC
Syntax::Keyword::Try::Deparse - B::Deparse support for Syntax::Keyword::Try
Loading this module will apply some hacks onto B::Deparse that attempts to provide deparse support for code which uses the syntax provided by Syntax::Keyword::Try....
PEVANS/Syntax-Keyword-Try-0.29 - 13 Jul 2023 10:10:32 UTC
Syntax::Feature::Gather - Provide a gather keyword
FREW/Syntax-Feature-Gather-1.002001
-
09 Aug 2013 00:51:00 UTC
Syntax::Feature::Try - try/catch/finally statement for exception handling
This module implements syntax for try/catch/finally statement with behaviour similar to other programming languages (like Java, Python, etc.). It handles correctly return/wantarray inside try/catch/finally blocks. It uses perl keyword/parser API. So ...
TNT/Syntax-Feature-Try-1.005 - 06 Mar 2016 15:53:54 UTC
Syntax::Operator::Eqr - string equality and regexp match operator
This module provides an infix operators that implements a matching operation whose behaviour depends on whether the right-hand side operand is undef, a quoted regexp object, or some other value. If undef, it is true only if the lefthand operand is al...
PEVANS/Syntax-Operator-Equ-0.06 - 07 Jul 2023 19:37:21 UTC
Syntax::Keyword::Defer - execute code when leaving a block
This module provides a syntax plugin that implements a block which executes when the containing scope has finished. It similar to features provided by other languages; Swift, Zig, Jai, Nim and Odin all provide this. Note that while Go also provides a...
PEVANS/Syntax-Keyword-Defer-0.10 - 21 Sep 2023 16:49:22 UTC
Syntax::Keyword::Gather - Implements the Perl 6 'gather/take' control structure in Perl 5
Perl 6 provides a new control structure -- "gather" -- that allows lists to be constructed procedurally, without the need for a temporary variable. Within the block/closure controlled by a "gather" any call to "take" pushes that call's argument list ...
FREW/Syntax-Keyword-Gather-1.003002 - 16 Feb 2018 14:42:45 UTC
Syntax::Feature::Simple - DWIM syntax extensions
This is a more of a syntax extension package than a simple extension by itself. It will detect what kind of package it is imported into, and setup appropriate syntax extensions depending on the type. Moose Classes and Roles If a Moose class or role i...
PHAYLON/Syntax-Feature-Simple-0.002 - 14 Aug 2011 00:16:06 UTC
IkiWiki::Plugin::syntax - Add syntax highlighting to ikiwiki
This plugin adds syntax highlight capabilities to Ikiwiki using third party modules if they are installed. Those modules can be: * Syntax::Highlight::Engine::Kate Uses the Syntax::Highlight::Engine::Kate package, a port to Perl of the syntax highligh...
VMORAL/IkiWiki-Plugin-syntax-0.25 - 24 Apr 2009 10:08:06 UTC
Syntax::Highlight::Perl - Highlighting of Perl Syntactical Structures
This module provides syntax highlighting for Perl code. The design bias is roughly line-oriented and streamed (ie, processing a file line-by-line in a single pass). Provisions *may* be made in the future for tasks related to "back-tracking" (ie, re-d...
JOHNSCA/Syntax-Highlight-Perl-1.0 - 10 Apr 2001 21:37:36 UTC
Text::Xslate::Syntax::TTerse - An alternative syntax compatible with Template Toolkit 2
TTerse is a subset of the Template-Toolkit 2 (and partially 3) syntax, using "[% ... %]" tags and "%% ..." line code. Note that TTerse itself has few methods and filters while Template-Toolkit 2 has a lot. See "Text::Xslate::Bridge::*" modules on CPA...
SKAJI/Text-Xslate-v3.5.9 - 31 Oct 2021 01:13:03 UTC
Syntax::Highlight::Engine::Kate - a port to Perl of the syntax highlight engine of the Kate text editor.
This module is now deprecated. It is superseded and replaced by Syntax::Kamelon. Best use Syntax::Kamelon for new projects. Syntax::Highlight::Engine::Kate is a port to Perl of the syntax highlight engine of the Kate text editor. The language XML fil...
MANWAR/Syntax-Highlight-Engine-Kate-0.14 - 13 Jan 2018 21:00:27 UTC
Syntax::Highlight::Perl::Improved - Highlighting of Perl Syntactical Structures
This module provides syntax highlighting for Perl code. The design bias is roughly line-oriented and streamed (ie, processing a file line-by-line in a single pass). Provisions *may* be made in the future for tasks related to "back-tracking" (ie, re-d...
DAVIDCYL/Syntax-Highlight-Perl-Improved-1.01 - 04 May 2004 04:20:14 UTC