HomeSort by relevance Sort by last modified time
    Searched full:lexers (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
TokenSource.pm 11 # ask lexers input stream.
  /external/antlr/antlr-3.4/runtime/Python/
ChangeLog 5 generated lexers operate on integers. Also made various performance
  /external/chromium_org/tools/json_schema_compiler/highlighters/
pygments_highlighter.py 8 from pygments.lexers import CppLexer
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
State.java 36 /** An accept state is an end of rule state for lexers and
MachineProbe.java 98 * associated input string. One could show something different for lexers
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenSource.as 51 * ask lexers input stream.
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
TokenSource.java 51 * ask lexers input stream.
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
README.rtf 24 \cf0 Lexers: .gl generate NameLexer.(h|m) files\
ANTLRBaseRecognizer.h 34 // This is an abstract superclass for lexers and parsers.
98 * This is ignored for lexers.
  /external/clang/lib/Lex/
PreprocessorLexer.cpp 55 /// getFileID(), this only works for lexers with attached preprocessors.
PPLexerChange.cpp 1 //===--- PPLexerChange.cpp - Handle changing lexers in the preprocessor ---===//
34 /// \#include. This looks through macro expansions and active _Pragma lexers.
39 // If there are any stacked lexers, we're in a #include.
245 // FIXME: Handle other kinds of lexers? It generally shouldn't matter,
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseRecognizer.h 33 // This is an abstract superclass for lexers and parsers.
106 * This is ignored for lexers.
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseRecognizer.h 33 // This is an abstract superclass for lexers and parsers.
106 * This is ignored for lexers.
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseRecognizer.h 33 // This is an abstract superclass for lexers and parsers.
106 * This is ignored for lexers.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ITokenSource.cs 66 /// ask lexers input stream.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ITokenSource.cs 65 * ask lexers input stream.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
recognizers.rb 359 # lexers and parsers.
802 # This is ignored for lexers.
915 Lexer is the default superclass of all lexers generated by ANTLR. The class
919 == About Lexers
925 of tokens. Sometimes lexers are enough to carry out a goal on their own, such as
931 which defines the structure of a specific type of sentence in a grammar. Lexers,
938 == ANTLR Lexers and the Lexer API
940 ANTLR-generated lexers will subclass this class, unless specified otherwise
950 demonstrates the typical setup for using ANTLR parsers and lexers in Ruby.
    [all...]
  /external/antlr/antlr-3.4/runtime/C/doxygen/
atsections.dox 94 /// may use multiple parsers and lexers in your solution, you should probably not place
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3exception.h 165 /** The current character when an error occurred - for lexers.
antlr3commontoken.h 105 * Token streams are in essence provided by lexers or other programs that serve
106 * as lexers.
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
__init__.py 23 - Lexer: Base class for lexers.
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
basic.rb 49 # if you don't need to use a customized stream, lexers and parsers will
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
README 24 re2c is a great tool for writing fast and flexible lexers. It has
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 117 /// assembly lexers.
  /external/chromium_org/third_party/jinja2/
utils.py 108 """Jinja2 keeps internal caches for environments and lexers. These are
109 used so that Jinja2 doesn't have to recreate environments and lexers all

Completed in 2260 milliseconds

1 2 3 4