Searched refs:Parse (Results 1 - 25 of 140) sorted by relevance

123456

/macosx-10.9.5/CPAN-52/Modules/Parse-Eyapp-1.181/
H A DMakefile1 NAME = Parse-Eyapp
/macosx-10.9.5/CPAN-52/Modules/Parse-Eyapp-1.182/
H A DMakefile1 NAME = Parse-Eyapp
/macosx-10.9.5/CPAN-52/Modules/Parse-Method-Signatures-1.003014/
H A DMakefile1 NAME = Parse-Method-Signatures
/macosx-10.9.5/CPAN-52/Modules/Parse-RecDescent-1.965001/
H A DMakefile1 NAME = Parse-RecDescent
/macosx-10.9.5/CPAN-52/Modules/Parse-RecDescent-1.967009/
H A DMakefile1 NAME = Parse-RecDescent
/macosx-10.9.5/perl-92/5.16/updates/Modules/Parse-CPAN-Meta-1.4404/
H A DMakefile1 NAME = Parse-CPAN-Meta
/macosx-10.9.5/CPANInternal-140/Parse-Yapp/
H A DMakefile.PL5 'NAME' => 'Parse::Yapp',
6 'VERSION_FROM' => 'lib/Parse/Yapp/Driver.pm', # finds $VERSION
7 'MAN3PODS' => { 'lib/Parse/Yapp.pm' => '$(INST_MAN3DIR)/Parse::Yapp.3' },
9 'lib/Parse/Yapp.pm' => '$(INST_LIBDIR)/Yapp.pm',
10 'lib/Parse/Yapp/Options.pm' => '$(INST_LIBDIR)/Yapp/Options.pm',
11 'lib/Parse/Yapp/Driver.pm' => '$(INST_LIBDIR)/Yapp/Driver.pm',
12 'lib/Parse/Yapp/Grammar.pm' => '$(INST_LIBDIR)/Yapp/Grammar.pm',
13 'lib/Parse/Yapp/Lalr.pm' => '$(INST_LIBDIR)/Yapp/Lalr.pm',
14 'lib/Parse/Yap
[all...]
H A Dyapp3 # yapp -- Front end to the Parse::Yapp module
6 # (see the pod text in Parse::Yapp module for use and distribution rights)
12 yapp - A perl frontend to the Parse::Yapp module
26 yapp is a frontend to the Parse::Yapp module, which lets you compile
27 Parse::Yapp grammar input files into Perl LALR(1) OO parser modules.
69 use the internal template defined in F<Parse::Yapp::Output.pm>.
71 have a look to the module F<Parse::Yapp::Output.pm> : it should be obvious.
95 Display current version of Parse::Yapp and gracefully exits.
114 See Parse::Yapp(3) for legal use and distribution rights
118 Parse
[all...]
/macosx-10.9.5/CPANInternal-140/Parse-Yapp-1.05/
H A DMakefile.PL5 'NAME' => 'Parse::Yapp',
6 'VERSION_FROM' => 'lib/Parse/Yapp/Driver.pm', # finds $VERSION
7 'MAN3PODS' => { 'lib/Parse/Yapp.pm' => '$(INST_MAN3DIR)/Parse::Yapp.3' },
9 'lib/Parse/Yapp.pm' => '$(INST_LIBDIR)/Yapp.pm',
10 'lib/Parse/Yapp/Options.pm' => '$(INST_LIBDIR)/Yapp/Options.pm',
11 'lib/Parse/Yapp/Driver.pm' => '$(INST_LIBDIR)/Yapp/Driver.pm',
12 'lib/Parse/Yapp/Grammar.pm' => '$(INST_LIBDIR)/Yapp/Grammar.pm',
13 'lib/Parse/Yapp/Lalr.pm' => '$(INST_LIBDIR)/Yapp/Lalr.pm',
14 'lib/Parse/Yap
[all...]
H A Dyapp3 # yapp -- Front end to the Parse::Yapp module
6 # (see the pod text in Parse::Yapp module for use and distribution rights)
12 yapp - A perl frontend to the Parse::Yapp module
26 yapp is a frontend to the Parse::Yapp module, which lets you compile
27 Parse::Yapp grammar input files into Perl LALR(1) OO parser modules.
69 use the internal template defined in F<Parse::Yapp::Output.pm>.
71 have a look to the module F<Parse::Yapp::Output.pm> : it should be obvious.
95 Display current version of Parse::Yapp and gracefully exits.
114 See Parse::Yapp(3) for legal use and distribution rights
118 Parse
[all...]
/macosx-10.9.5/CPANInternal-140/Parse-Yapp/lib/Parse/Yapp/
H A DOutput.pm2 # Module Parse::Yapp::Output
5 # (see the pod text in Parse::Yapp module for use and distribution rights)
7 package Parse::Yapp::Output;
8 @ISA=qw ( Parse::Yapp::Lalr );
12 use Parse::Yapp::Lalr;
13 use Parse::Yapp::Driver;
20 my($text)='#Included Parse/Yapp/Driver.pm file'.('-' x 40)."\n";
21 open(DRV,$Parse::Yapp::Driver::FILENAME)
22 or die "BUG: could not open $Parse::Yapp::Driver::FILENAME";
35 my($version)=$Parse
[all...]
H A DGrammar.pm2 # Module Parse::Yapp::Grammar
5 # (see the pod text in Parse::Yapp module for use and distribution rights)
7 package Parse::Yapp::Grammar;
8 @ISA=qw( Parse::Yapp::Options );
14 use Parse::Yapp::Options;
15 use Parse::Yapp::Parse;
26 my($parser)=new Parse::Yapp::Parse;
31 $values = $parser->Parse(
[all...]
/macosx-10.9.5/CPANInternal-140/Parse-Yapp-1.05/lib/Parse/Yapp/
H A DOutput.pm2 # Module Parse::Yapp::Output
5 # (see the pod text in Parse::Yapp module for use and distribution rights)
7 package Parse::Yapp::Output;
8 @ISA=qw ( Parse::Yapp::Lalr );
12 use Parse::Yapp::Lalr;
13 use Parse::Yapp::Driver;
20 my($text)='#Included Parse/Yapp/Driver.pm file'.('-' x 40)."\n";
21 open(DRV,$Parse::Yapp::Driver::FILENAME)
22 or die "BUG: could not open $Parse::Yapp::Driver::FILENAME";
35 my($version)=$Parse
[all...]
H A DGrammar.pm2 # Module Parse::Yapp::Grammar
5 # (see the pod text in Parse::Yapp module for use and distribution rights)
7 package Parse::Yapp::Grammar;
8 @ISA=qw( Parse::Yapp::Options );
14 use Parse::Yapp::Options;
15 use Parse::Yapp::Parse;
26 my($parser)=new Parse::Yapp::Parse;
31 $values = $parser->Parse(
[all...]
/macosx-10.9.5/expat-12/tests/
H A Dtest-6295922.py10 parser.Parse(xml)
/macosx-10.9.5/CPANInternal-140/XML-SAX/SAX/PurePerl/Reader/
H A DNoUnicodeExt.pm17 throw XML::SAX::Exception::Parse (
24 throw XML::SAX::Exception::Parse (
80 throw XML::SAX::Exception::Parse(
/macosx-10.9.5/CPANInternal-140/TimeDate/lib/Date/
H A DLanguage.pm40 require Date::Parse;
43 *{"${type}::strptime"} = Date::Parse::gen_parser(
H A DParse.pm1 # Date::Parse $Id: //depot/TimeDate/lib/Date/Parse.pm#22 $
7 package Date::Parse;
293 Date::Parse - Parse date strings into time values
297 use Date::Parse;
305 C<Date::Parse> provides two routines for parsing date strings into time values.
325 Date::Parse is capable of parsing dates in several languages, these are
333 Below is a sample list of dates that are known to be parsable with Date::Parse
349 Date::Parse use
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/eshell/
H A Desh-arg.el210 "Parse all of the arguments at point from BEG to END.
293 "Parse a single backslash (\) character, which might mean escape.
323 "Parse a literally quoted string. Nothing has special meaning!"
335 "Parse a double quoted string, which allows for variable interpolation."
352 "Parse a special syntax reference, of the form '#<type arg>'."
370 "Parse an argument delimiter, which is essentially a command operator."
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Drx.el338 "Parse and produce code from FORM.
349 "Parse and produce code from FORM, which is `(or FORM1 ...)'."
393 "Parse and produce code from FORM, which is `(any ARG ...)'.
420 "Parse and produce code from FORM. FORM is `(not ...)'."
437 "Parse and produce code from FORM. FORM is `(not-char ...)'."
443 "Parse and produce code from FORM. FORM is `(not-syntax SYNTAX)'."
463 "Parse and produce code from FORM `(= N ...)'."
473 "Parse and produce code from FORM `(>= N ...)'."
483 "Parse and produce code from FORM `(** N M ...)'."
490 "Parse an
[all...]
/macosx-10.9.5/CPANInternal-140/Parse-Yapp/lib/Parse/
H A DYapp.pm2 # Module Parse::Yapp.pm.
6 # See the Copyright section at the end of the Parse/Yapp.pm pod section
10 package Parse::Yapp;
14 @ISA = qw(Parse::Yapp::Output);
16 use Parse::Yapp::Output;
18 # $VERSION is in Parse/Yapp/Driver.pm
27 Parse::Yapp - Perl extension for generating and using LALR parsers.
48 Parse::Yapp (Yet Another Perl Parser compiler) is a collection of modules
52 The script yapp is a front-end to the Parse::Yapp module and let you
96 It is very close to yacc syntax (in fact, I<Parse
[all...]
/macosx-10.9.5/CPANInternal-140/Parse-Yapp-1.05/lib/Parse/
H A DYapp.pm2 # Module Parse::Yapp.pm.
6 # See the Copyright section at the end of the Parse/Yapp.pm pod section
10 package Parse::Yapp;
14 @ISA = qw(Parse::Yapp::Output);
16 use Parse::Yapp::Output;
18 # $VERSION is in Parse/Yapp/Driver.pm
27 Parse::Yapp - Perl extension for generating and using LALR parsers.
48 Parse::Yapp (Yet Another Perl Parser compiler) is a collection of modules
52 The script yapp is a front-end to the Parse::Yapp module and let you
96 It is very close to yacc syntax (in fact, I<Parse
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter2/
H A Dast.ml2 * Abstract Syntax Tree (aka Parse Tree)
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter3/
H A Dast.ml2 * Abstract Syntax Tree (aka Parse Tree)
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter4/
H A Dast.ml2 * Abstract Syntax Tree (aka Parse Tree)

Completed in 303 milliseconds

123456