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

<<21222324252627282930>>

  /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/chromium_org/third_party/ply/
README 65 rules (as might be found for a language like C). The lexer and LR
177 t.lexer.lineno += t.value.count("\n")
181 t.lexer.skip(1)
183 # Build the lexer
  /external/chromium_org/v8/tools/
shell-utils.h 28 // Utility functions used by parser-shell and lexer-shell.
  /external/clang/lib/Lex/
PreprocessorLexer.cpp 1 //===--- PreprocessorLexer.cpp - C Language Family Lexer ------------------===//
  /external/clang/lib/Tooling/
Refactoring.cpp 18 #include "clang/Lex/Lexer.h"
122 // FIXME: This should go into the Lexer, but we need to figure out how
124 // good way how to integrate this into the Lexer yet.
133 End.second += Lexer::MeasureTokenLength(SpellingEnd, Sources,
  /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
toy.ml 22 let stream = Lexer.lex (Stream.of_channel stdin) in

Completed in 225 milliseconds

<<21222324252627282930>>