Search results for "module:Parser"
Parser::Parser - global methods for the various parsers
JWIEGLEY/libparse-0.71
-
17 Sep 1997 05:10:52 UTC
JE::Parser - Framework for customising JE's parser
This allows one to change the list of statement types that the parser looks for. For instance, one could disable loops for a mini-JavaScript, or add extensions to the language, such as the 'catch-if' clause of a "try" statement. As yet, "delete_state...
SPROUT/JE-0.066 - 27 Oct 2014 00:19:07 UTC
GO::Parser - parses all GO files formats and types
Module for parsing GO flat files; for examples of GO/OBO flatfile formats see: <ftp://ftp.geneontology.org/pub/go/ontology> <ftp://ftp.geneontology.org/pub/go/gene-associations> For a description of the various file formats, see: <http://www.geneonto...
CMUNGALL/go-perl-0.15 - 12 Jun 2013 16:22:41 UTC
ODO::Parser - Generic parser interface for ODO RDF Parsers
This specifies the base interface for parsing RDF in ODO. RDF parsers must support the two functions defined here: parse and parse_file....
EKAWAS/PLUTO-0.30 - 12 May 2011 23:49:49 UTC
YAX::Parser - fast pure Perl tree and stream parser
This module implements a fast DOM and stream parser based on Robert D. Cameron's regular expression shallow parsing grammar and technique. It doesn't implement the full W3C DOM API by design. Instead, it takes a more pragmatic approach. DOM trees are...
RHUNDT/YAX-0.03 - 08 Jan 2010 11:31:00 UTC
XRD::Parser - parse XRD and host-meta files into RDF::Trine models
While XRD has a rather different history, it turns out it can mostly be thought of as a serialisation format for a limited subset of RDF. This package ignores the order of <Link> elements, as RDF is a graph format with no concept of statements coming...
TOBYINK/XRD-Parser-0.201 - 11 Sep 2012 19:39:15 UTC
MMS::Parser - parsing facilities for binary MMS messages
MMS::Parser provides parsing facilities for binary encoded MMS messages....
POLETTIX/MMS-Parser-0.1.4 - 21 Jul 2013 14:27:54 UTC
SVG::Parser - XML Parser for SVG documents
SVG::Parser is an XML parser for SVG Documents. It takes XML as input and produces an SVG object as its output. SVG::Parser supports both XML::SAX and XML::Parser (Expat) parsers, with SAX preferred by default. Only one of these needs to be installed...
PETERW/SVG-Parser-1.03 - 30 Mar 2008 22:26:44 UTC
Pod::Parser - base class for creating POD filters and translators
NOTE: This module is considered legacy; modern Perl releases (5.31.1 and higher) are going to remove Pod-Parser from core and use Pod::Simple for all things POD. Pod::Parser is a base class for creating POD filters and translators. It handles most of...
MAREKR/Pod-Parser-1.66 - 22 Apr 2023 16:52:40 UTC
CQL::Parser - compiles CQL strings into parse trees of Node subtypes.
CQL::Parser provides a mechanism to parse Common Query Language (CQL) statements. The best description of CQL comes from the CQL homepage at the Library of Congress <http://www.loc.gov/z3950/agency/zing/cql/> CQL is a formal language for representing...
BRICAS/CQL-Parser-1.13 - 02 Oct 2013 01:01:40 UTC
HOP::Parser - "Higher Order Perl" Parser
This package is based on the Parser.pm code from the book "Higher Order Perl", by Mark Jason Dominus. This module implements recursive-descent parsers by allowing programmers to build a bunch of smaller parsers to represent grammar elements and assem...
XAV/HOP-Parser-0.03 - 28 May 2012 07:51:16 UTC
Psh::Parser - Perl Shell Parser
* array decompose(regexp DELIMITER, string LINE, int PIECES, bool KEEP, hashref QUOTINGPAIRS, scalarref UNMATCHED_QUOTE) decompose is a cross between split() and Text::ParseWords::parse_line: it breaks LINE into at most PIECES pieces separated by DEL...
GREGOR/psh-1.8.1 - 21 Jul 2007 05:11:31 UTC
SAS::Parser - Parse a SAS program file
*SAS::Parser* is a base tool for use in writing applications which deal with .sas programs. It can be used as a documentation tool, e.g., to extract lists of procedures used, data sets created, macros used, etc., and produce a nicely formatted header...
MLF/SAS-Parser-0.93 - 12 Mar 2006 17:39:48 UTC
SWF::Parser - Parse SWF file.
*SWF::Parser* module provides a parser for SWF (Macromedia Flash(R)) file. It splits SWF into a header and tags and calls user subroutines. METHODS SWF::Parser->new( 'header-callback' => \&headersub, 'tag-callback' => \&tagsub [, stream => $stream, h...
YSAS/SWF-File-0.42 - 21 May 2006 13:30:00 UTC
Parser::MGC - build simple recursive-descent parsers
This base class provides a low-level framework for building recursive-descent parsers that consume a given input string from left to right, returning a parse structure. It takes its name from the "m//gc" regexps used to implement the token parsing be...
PEVANS/Parser-MGC-0.21 - 23 Feb 2022 17:39:51 UTC
Evo::Parser - Perl extension for Parsing Systems of Math, Equations and stuff.
EXPORT...
KOBOLDWIZ/Evo-Parser-0.1.24 - 07 Apr 2023 06:27:06 UTC