Searched refs:grammar (Results 1 - 25 of 53) sorted by relevance

123

/macosx-10.9.5/CPANInternal-140/Parse-Yapp/lib/Parse/Yapp/
H A DGrammar.pm29 or croak "No input grammar";
76 my($grammar)=$$self{GRAMMAR};
78 exists($$grammar{UUTERM})
81 for (@{$$grammar{UUTERM}}) {
86 exists($$grammar{UUNTERM})
89 for (@{$$grammar{UUNTERM}}) {
94 exists($$grammar{UURULES})
97 for (@{$$grammar{UURULES}}) {
329 my($grammar)={ HEAD => $values->{HEAD},
341 $$grammar{TER
[all...]
H A DLalr.pm112 my($grammar,$states)=($$self{GRAMMAR}, $$self{STATES});
123 my($lhs,$rhs)=@{$$grammar{RULES}[$ruleno]}[0,1];
209 "($$grammar{RULES}[$ruleno][0])";
381 my($grammar,$states);
383 $grammar=$self->{GRAMMAR};
385 $states = _LR0($grammar);
387 $self->{CONFLICTS} = _LALR($grammar,$states);
458 my($grammar)=@_;
461 for my $symbol (keys(%{$$grammar{NTERM}})) {
462 $closures->{$symbol}=pack('b'.@{$$grammar{RULE
[all...]
/macosx-10.9.5/CPANInternal-140/Parse-Yapp-1.05/lib/Parse/Yapp/
H A DGrammar.pm29 or croak "No input grammar";
76 my($grammar)=$$self{GRAMMAR};
78 exists($$grammar{UUTERM})
81 for (@{$$grammar{UUTERM}}) {
86 exists($$grammar{UUNTERM})
89 for (@{$$grammar{UUNTERM}}) {
94 exists($$grammar{UURULES})
97 for (@{$$grammar{UURULES}}) {
329 my($grammar)={ HEAD => $values->{HEAD},
341 $$grammar{TER
[all...]
H A DLalr.pm112 my($grammar,$states)=($$self{GRAMMAR}, $$self{STATES});
123 my($lhs,$rhs)=@{$$grammar{RULES}[$ruleno]}[0,1];
209 "($$grammar{RULES}[$ruleno][0])";
381 my($grammar,$states);
383 $grammar=$self->{GRAMMAR};
385 $states = _LR0($grammar);
387 $self->{CONFLICTS} = _LALR($grammar,$states);
458 my($grammar)=@_;
461 for my $symbol (keys(%{$$grammar{NTERM}})) {
462 $closures->{$symbol}=pack('b'.@{$$grammar{RULE
[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DSpeechInputClient.h56 virtual bool startRecognition(int requestId, const IntRect& elementRect, const AtomicString& language, const String& grammar, SecurityOrigin*) = 0;
H A DSpeechInput.h70 bool startRecognition(int listenerId, const IntRect& elementRect, const AtomicString& language, const String& grammar, SecurityOrigin*);
H A DSpeechInput.cpp102 bool SpeechInput::startRecognition(int listenerId, const IntRect& elementRect, const AtomicString& language, const String& grammar, SecurityOrigin* origin) argument
105 return m_client->startRecognition(listenerId, elementRect, language, grammar, origin);
/macosx-10.9.5/bind9-45.100/bind9/lib/isccfg/
H A Ddnsconf.c24 #include <isccfg/grammar.h>
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_interp.tcl6 # descent parser configurable with a parsing expression grammar.
12 ## based on a parsing expression grammar provided by a peg container
39 method use {grammar} {}
42 # against the configured grammar.
45 # configured grammar.
61 method use {grammar} {
62 # Release the information of any previously used grammar.
68 # Copy the grammar into internal tables.
70 # Note how the grammar is not used in any way, shape, or form
74 # grammar
[all...]
/macosx-10.9.5/libpcap-42/libpcap/msdos/
H A Dmakefile.dj13 PREREQUISITES = scanner.c grammar.c tokdefs.h version.h msdos/pkt_stub.inc
24 SOURCES = grammar.c scanner.c bpf_filt.c bpf_imag.c bpf_dump.c \
62 grammar.c tokdefs.h: grammar.y
63 rm -f grammar.c tokdefs.h
64 $(YACC) --name-prefix=pcap_ --yacc --defines grammar.y
65 mv -f y_tab.c grammar.c
111 grammar.c tokdefs.h: grammar.y
112 grammar
[all...]
H A Dmakefile24 SOURCE = grammar.c scanner.c bpf_filt.c bpf_imag.c bpf_dump.c \
65 grammar.c tokdefs.h: grammar.y
66 bison --name-prefix=pcap_ --yacc --defines grammar.y
67 - @del grammar.c
69 ren y_tab.c grammar.c
97 @del grammar.c
123 grammar.obj: grammar.c pcap-int.h pcap.h pcap-bpf.h gencode.h \
163 grammar
[all...]
/macosx-10.9.5/CPANInternal-140/Parse-Yapp/
H A Dyapp17 yapp [options] I<grammar>[.yp]
27 Parse::Yapp grammar input files into Perl LALR(1) OO parser modules.
38 Creates a file F<grammar>.output describing your parser. It will
57 class name or whatever-you-call-it) of F<module>. It defaults to F<grammar>
62 It defaults to F<grammar>.pm or, if you specified the option
88 =item I<grammar>
90 The input grammar file. If no suffix is given, and the file does not exists,
138 Usage: $prog [options] grammar[.yp]
143 default is <grammar>
144 -v Create a file <grammar>
[all...]
/macosx-10.9.5/CPANInternal-140/Parse-Yapp-1.05/
H A Dyapp17 yapp [options] I<grammar>[.yp]
27 Parse::Yapp grammar input files into Perl LALR(1) OO parser modules.
38 Creates a file F<grammar>.output describing your parser. It will
57 class name or whatever-you-call-it) of F<module>. It defaults to F<grammar>
62 It defaults to F<grammar>.pm or, if you specified the option
88 =item I<grammar>
90 The input grammar file. If no suffix is given, and the file does not exists,
138 Usage: $prog [options] grammar[.yp]
143 default is <grammar>
144 -v Create a file <grammar>
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rexml/
H A Dtest_validation_rng.rb418 <grammar xmlns="http://relaxng.org/ns/structure/1.0">
431 </grammar>
442 <grammar xmlns="http://relaxng.org/ns/structure/1.0">
455 </grammar>
466 <grammar xmlns="http://relaxng.org/ns/structure/1.0">
479 </grammar>
490 <grammar xmlns="http://relaxng.org/ns/structure/1.0">
504 </grammar>
518 <grammar xmlns="http://relaxng.org/ns/structure/1.0">
532 </grammar>
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/
H A Dcfg_test.c58 "[--grammar] [--memstats] conffile\n");
72 isc_boolean_t grammar = ISC_FALSE; local
106 if (strcmp(argv[1], "--grammar") == 0) {
107 grammar = ISC_TRUE;
122 if (grammar) {
/macosx-10.9.5/ruby-104/ruby/ext/ripper/tools/
H A Dpreproc.rb29 grammar f, out
63 def grammar(f, out) method
/macosx-10.9.5/CPANInternal-140/Parse-Yapp/lib/Parse/
H A DYapp.pm53 easily create a Perl OO parser from an input grammar file.
68 Through all the grammar files, two kind of symbols may appear:
87 You cannot have a literal I<'error'> in your grammar as it would
97 a clean I<yacc> grammar without any modification, whereas the opposite
133 be the starting rule of your grammar. The default, when C<%start> is not
134 used, is the first rule in your grammar section.
153 =item B<The Rule Section> contains your grammar rules:
311 the grammar as if you wrote (although @x-1 is not a legal lhs value):
322 Be aware that the way Parse::Yapp modifies your grammar because of
328 Now that you grammar fil
[all...]
/macosx-10.9.5/CPANInternal-140/Parse-Yapp-1.05/lib/Parse/
H A DYapp.pm53 easily create a Perl OO parser from an input grammar file.
68 Through all the grammar files, two kind of symbols may appear:
87 You cannot have a literal I<'error'> in your grammar as it would
97 a clean I<yacc> grammar without any modification, whereas the opposite
133 be the starting rule of your grammar. The default, when C<%start> is not
134 used, is the first rule in your grammar section.
153 =item B<The Rule Section> contains your grammar rules:
311 the grammar as if you wrote (although @x-1 is not a legal lhs value):
322 Be aware that the way Parse::Yapp modifies your grammar because of
328 Now that you grammar fil
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A Drelaxng.c109 xmlRelaxNGGrammarPtr parent; /* the parent grammar if any */
110 xmlRelaxNGGrammarPtr children; /* the children grammar if any */
111 xmlRelaxNGGrammarPtr next; /* the next grammar if any */
135 XML_RELAXNG_PARENTREF, /* reference to a def in the parent grammar */
213 xmlRelaxNGGrammarPtr grammar; /* the current grammar */ member in struct:_xmlRelaxNGParserCtxt
214 xmlRelaxNGGrammarPtr parentgrammar; /* the parent grammar */
662 static void xmlRelaxNGFreeGrammar(xmlRelaxNGGrammarPtr grammar);
834 * Allocate a new RelaxNG grammar.
855 * @grammar
860 xmlRelaxNGFreeGrammar(xmlRelaxNGGrammarPtr grammar) argument
4702 xmlRelaxNGParseImportRefs(xmlRelaxNGParserCtxtPtr ctxt, xmlRelaxNGGrammarPtr grammar) argument
4989 xmlRelaxNGGrammarPtr grammar, old; local
5673 xmlRelaxNGGrammarPtr grammar; local
5844 xmlRelaxNGCombineStart(xmlRelaxNGParserCtxtPtr ctxt, xmlRelaxNGGrammarPtr grammar) argument
7815 xmlRelaxNGDumpGrammar(FILE * output, xmlRelaxNGGrammarPtr grammar, int top) argument
8292 xmlRelaxNGGrammarPtr grammar; local
10711 xmlRelaxNGGrammarPtr grammar; local
[all...]
H A Drngparser.c1179 * Parse grammar of the RELAX NG Compact Syntax Appendix A
1217 xmlNodePtr grammar; local
1219 grammar = xmlNewNodeEatName(NULL, (xmlChar *) ctxt->key_grammar);
1220 if (grammar == NULL) CRNG_MEM_ERROR0();
1221 xmlDocSetRootElement(ctxt->doc, grammar);
1222 ctxt->insert = grammar;
1234 xmlNodePtr grammar; local
1236 grammar = xmlNewNodeEatName(NULL, (xmlChar *) ctxt->key_grammar);
1237 if (grammar == NULL) CRNG_MEM_ERROR0();
1238 xmlDocSetRootElement(ctxt->doc, grammar);
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Drelaxng.c108 xmlRelaxNGGrammarPtr parent; /* the parent grammar if any */
109 xmlRelaxNGGrammarPtr children; /* the children grammar if any */
110 xmlRelaxNGGrammarPtr next; /* the next grammar if any */
134 XML_RELAXNG_PARENTREF, /* reference to a def in the parent grammar */
212 xmlRelaxNGGrammarPtr grammar; /* the current grammar */ member in struct:_xmlRelaxNGParserCtxt
213 xmlRelaxNGGrammarPtr parentgrammar; /* the parent grammar */
661 static void xmlRelaxNGFreeGrammar(xmlRelaxNGGrammarPtr grammar);
833 * Allocate a new RelaxNG grammar.
854 * @grammar
859 xmlRelaxNGFreeGrammar(xmlRelaxNGGrammarPtr grammar) argument
4701 xmlRelaxNGParseImportRefs(xmlRelaxNGParserCtxtPtr ctxt, xmlRelaxNGGrammarPtr grammar) argument
4988 xmlRelaxNGGrammarPtr grammar, old; local
5672 xmlRelaxNGGrammarPtr grammar; local
5843 xmlRelaxNGCombineStart(xmlRelaxNGParserCtxtPtr ctxt, xmlRelaxNGGrammarPtr grammar) argument
7814 xmlRelaxNGDumpGrammar(FILE * output, xmlRelaxNGGrammarPtr grammar, int top) argument
8291 xmlRelaxNGGrammarPtr grammar; local
10681 xmlRelaxNGGrammarPtr grammar; local
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Dacf_l.l109 This grammar file needs to be built with GNU Flex V2.4.6 or later.
/macosx-10.9.5/vim-53/runtime/syntax/
H A Drnc.vim42 syn keyword rncKeyword datatypes default div empty external grammar
/macosx-10.9.5/CPANInternal-140/Parse-Yapp/t/
H A Dstress.t5 # This test will try to parse a full C++ grammar, #
36 my($parser,$grammar);
41 $grammar=join('',<DATA>);
42 $parser=new Parse::Yapp(input => $grammar);
97 This grammar is a stripped form of the original C++ grammar
104 The full gcc compiler an the original grammar file are freely
/macosx-10.9.5/CPANInternal-140/Parse-Yapp-1.05/t/
H A Dstress.t5 # This test will try to parse a full C++ grammar, #
36 my($parser,$grammar);
41 $grammar=join('',<DATA>);
42 $parser=new Parse::Yapp(input => $grammar);
97 This grammar is a stripped form of the original C++ grammar
104 The full gcc compiler an the original grammar file are freely

Completed in 393 milliseconds

123