HomeSort by relevance Sort by last modified time
    Searched full:lexer (Results 526 - 550 of 912) sorted by null

<<21222324252627282930>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/
regress-58274.js 155 * So we force the lexer to condense the string before using it.
173 * the lexer to turn escape sequences back into single characters.
179 * So we surround |str| lexicographically with quotes to force the lexer to
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenSource.as 34 * Errors from the lexer are never passed to the parser. Either you want
  /external/antlr/antlr-3.4/runtime/CSharp2/
API CHANGES.TXT 24 Antlr.Runtime.Lexer.Input - return type has been changed to ICharStream
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimTokenStream.cs 41 * directly. Every method call counts in the lexer. Java's
415 SlimLexer lexer = _tokenSource as SlimLexer;
416 if ( lexer != null )
418 SlimStringStream input = lexer.CharStream as SlimStringStream;
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
TokenSource.java 34 * Errors from the lexer are never passed to the parser. Either you want
  /external/antlr/antlr-3.4/runtime/JavaScript/build/
antlr3.properties 46 org/antlr/runtime/Lexer.js,\
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t020fuzzy.g 0 lexer grammar t020fuzzy;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRCharStream.h 38 * lexer code. I'd prefer to return a char here type-wise, but it's
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRCharStream.h 38 * lexer code. I'd prefer to return a char here type-wise, but it's
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRCharStream.h 38 * lexer code. I'd prefer to return a char here type-wise, but it's
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRCharStream.h 38 * lexer code. I'd prefer to return a char here type-wise, but it's
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
FuzzyLexer.h 55 // start of actions.lexer.memVars
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TLexer.m 6 * - for the lexer : TLexerLexer
29 /** As per Terence: No returns for lexer rules! */
60 /* ObjC Start of actions.lexer.methods */
61 /* ObjC end of actions.lexer.methods */
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
TestLexer.m.old 5 /** As per Terence: No returns for lexer rules!
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.h 51 // start of actions.lexer.memVars
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangLexer.m 6 * - for the lexer : LangLexerLexer
29 /** As per Terence: No returns for lexer rules! */
60 /* ObjC Start of actions.lexer.methods */
61 /* ObjC end of actions.lexer.methods */
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Token.pm 56 # In an action, a lexer rule can set token to this SKIP_TOKEN and ANTLR
  /external/antlr/antlr-3.4/runtime/Python/tests/
t020fuzzyLexer.g 0 lexer grammar t020fuzzyLexer;
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
AssignTokenTypesWalker.g 45 * CASE 2 : pure lexer grammar
51 * CASE 3 : merged parser / lexer grammar
54 * a fragment lexer rule
56 * which must add a rule to the lexer
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestNFAConstruction.java 93 "lexer grammar P;\n"+
115 "lexer grammar P;\n"+
311 "lexer grammar t;\n"+
692 "lexer grammar P;\n"+
703 "1:7: lexer grammar P;\n" +
711 "lexer grammar P;\n"+
722 "1:7: lexer grammar P;\n" +
730 "lexer grammar P;\n"+
747 "1:7: lexer grammar P;\n" +
755 "lexer grammar P;\n"
    [all...]
  /external/clang/lib/Lex/
PreprocessorLexer.cpp 1 //===--- PreprocessorLexer.cpp - C Language Family Lexer ------------------===//
  /external/llvm/docs/HistoricalNotes/
2007-OriginalClangReadme.txt 75 build a preprocessor, you take the Basic and Lexer libraries. If you want an
147 * The lexer doesn't rely on the "lexer hack": it has no notion of scope and
164 Lexer:
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
lexer.ml 2 * Lexer
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
lexer.ml 2 * Lexer
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
lexer.ml 2 * Lexer

Completed in 604 milliseconds

<<21222324252627282930>>