HomeSort by relevance Sort by last modified time
    Searched full:lexer (Results 576 - 600 of 1025) sorted by null

<<21222324252627282930>>

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
lexer.ml 2 * Lexer
toy.ml 22 let stream = Lexer.lex (Stream.of_channel stdin) in
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
lexer.ml 2 * Lexer
toy.ml 22 let stream = Lexer.lex (Stream.of_channel stdin) in
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
lexer.ml 2 * Lexer
toy.ml 23 let stream = Lexer.lex (Stream.of_channel stdin) in
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ReferToParser.java 51 protected ReferToParser(Lexer lexer) {
52 super(lexer);
59 this.lexer.match('\n');
StringMsgParser.java 408 String headerName = Lexer.getHeaderName(header);
448 Lexer lexer = new Lexer("charLexer", hostport);
449 return new HostNameParser(lexer).hostPort();
465 Lexer lexer = new Lexer("charLexer", host); local
466 return new HostNameParser(lexer).host();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shlex.py 66 "Push an input source onto the lexer's input source stack."
283 lexer = shlex() variable
286 lexer = shlex(open(file), file) variable
288 tt = lexer.get_token()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shlex.py 66 "Push an input source onto the lexer's input source stack."
283 lexer = shlex() variable
286 lexer = shlex(open(file), file) variable
288 tt = lexer.get_token()
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CodeGenerator.java 199 if ( debug && grammar.type!=Grammar.LEXER ) {
239 if ( debug && grammar.type!=Grammar.LEXER ) {
255 else if ( debug && grammar.type!=Grammar.LEXER ) {
275 * recognizer: the main parser/lexer/treewalker item
378 if ( grammar.type==Grammar.LEXER ) {
379 recognizerST = templates.getInstanceOf("lexer");
380 outputFileST.add("LEXER", Boolean.valueOf(true));
381 headerFileST.add("LEXER", Boolean.valueOf(true));
436 if ( grammar.type!=Grammar.LEXER ) {
841 * to a token type in the generated code. If in the lexer, return th
1043 ANTLRLexer lexer = new ANTLRLexer(new ANTLRStringStream(templateActionText)); local
    [all...]
  /cts/tools/dasm/etc/
java_cup.jar 
java_cup.jar.old 
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg 43 outputFile( LEXER,PARSER,TREE_PARSER, actionScope, actions,
102 lexer(grammar, name, tokens, scopes, rules, numRules, filterMode, labelType="CommonToken",
103 superClass={<if(actions.(actionScope).superClass)><actions.(actionScope).superClass><else>Antlr.Runtime.Lexer<endif>}) ::= <<
110 <actions.lexer.members>
199 /** A override of Lexer.nextToken() that backtracks over mTokens() looking
675 /** How to generate a rule in the lexer; naked blocks are used for
726 /** How to generate code for the implicitly-defined lexer grammar rule
727 * that chooses between lexer rules.
949 <if(!LEXER)>state.errorRecovery=false;<endif><if(backtracking)>state.failed=false;<endif>
957 <if(LEXER)>
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg 44 outputFile( LEXER,PARSER,TREE_PARSER, actionScope, actions,
100 lexer(grammar, name, tokens, scopes, rules, numRules, filterMode, labelType="CommonToken",
101 superClass={<if(actions.(actionScope).superClass)><actions.(actionScope).superClass><else>Antlr.Runtime.Lexer<endif>},
109 <actions.lexer.members>
194 /** A override of Lexer.nextToken() that backtracks over mTokens() looking
653 /** How to generate a rule in the lexer; naked blocks are used for
702 /** How to generate code for the implicitly-defined lexer grammar rule
703 * that chooses between lexer rules.
929 <if(!LEXER)>state.errorRecovery=false;<endif><if(backtracking)>state.failed=false;<endif>
937 <if(LEXER)>
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
IntStream.as 45 * rewind(mark()) should not affect the input cursor. The Lexer
117 * pass the buck all the way to the lexer who can ask its input stream
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
IIntStream.cs 58 * rewind(mark()) should not affect the input cursor. The Lexer
152 * pass the buck all the way to the lexer who can ask its input stream
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
CommonTokenStream.java 37 * token using consume(), LT(), etc. the stream does not pull from the lexer.
43 * you set $channel instead of calling skip() in lexer rules.)
IntStream.java 46 * rewind(mark()) should not affect the input cursor. The Lexer
118 * pass the buck all the way to the lexer who can ask its input stream
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t048rewrite.html 28 lexer = new TLexer(cstream),
29 tstream = new org.antlr.runtime.TokenRewriteStream(lexer);
t049treeparser.html 47 lexer = new lexerCls(cstream),
48 tstream = new org.antlr.runtime.CommonTokenStream(lexer),
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRIntStream.h 38 // TODO: problem in that lexer stream returns not index but some marker
88 * pass the buck all the way to the lexer who can ask its input stream
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRIntStream.h 38 // TODO: problem in that lexer stream returns not index but some marker
88 * pass the buck all the way to the lexer who can ask its input stream
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRIntStream.h 38 // TODO: problem in that lexer stream returns not index but some marker
88 * pass the buck all the way to the lexer who can ask its input stream
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRIntStream.h 42 // TODO: problem in that lexer stream returns not index but some marker
96 * pass the buck all the way to the lexer who can ask its input stream

Completed in 301 milliseconds

<<21222324252627282930>>