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

<<11121314151617181920>>

  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestInterpretedParsing.java 52 "lexer grammar t;\n"+
87 "lexer grammar t;\n"+
122 "lexer grammar t;\n"+
157 "lexer grammar t;\n"+
TestCompositeGrammars.java 160 // The lexer will create rules to match letters a, b, c.
564 // LEXER INHERITANCE
568 "lexer grammar S;\n" +
574 "lexer grammar M;\n" +
584 "lexer grammar S;\n" +
590 "lexer grammar M;\n" +
604 "lexer grammar S;\n" +
609 "lexer grammar M;\n" +
645 "lexer grammar S;\n" +
667 "error(161): "+tmpdir.toString().replaceFirst("\\-[0-9]+","")+"/M.g:2:8: tree grammar M cannot import lexer grammar S"
    [all...]
  /external/clang/lib/Lex/
Makefile 10 # This implements the Lexer library for the C-Language front-end.
  /external/clang/lib/Tooling/
Refactoring.cpp 18 #include "clang/Lex/Lexer.h"
102 // FIXME: This should go into the Lexer, but we need to figure out how
104 // good way how to integrate this into the Lexer yet.
112 End.second += Lexer::MeasureTokenLength(SpellingEnd, Sources,
  /external/clang/test/Preprocessor/
_Pragma-location.c 4 // A long time ago the pragma lexer's buffer showed through in -E output.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Makefile 27 $(PROJ_SRC_DIR)/lexer.ml \
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Makefile 27 $(PROJ_SRC_DIR)/lexer.ml \
  /external/markdown/markdown/extensions/
codehilite.py 93 lexer = get_lexer_by_name(self.lang)
96 lexer = guess_lexer(self.src)
98 lexer = TextLexer()
101 return highlight(self.src, lexer, formatter)