/external/chromium_org/tools/json_schema_compiler/highlighters/ |
pygments_highlighter.py | 8 from pygments.lexers import CppLexer
|
/external/markdown/markdown/extensions/ |
codehilite.py | 79 from pygments.lexers import get_lexer_by_name, guess_lexer, \
|
/external/chromium_org/third_party/markdown/extensions/ |
codehilite.py | 60 from pygments.lexers import get_lexer_by_name, guess_lexer, TextLexer
|
/external/chromium_org/third_party/cython/src/Cython/Debugger/ |
libcython.py | 37 import pygments.lexers namespace 238 lexer = pygments.lexers.CythonLexer(stripall=False) 250 lexer = pygments.lexers.PythonLexer(stripall=False) 260 lexer = pygments.lexers.CLexer(stripall=False) [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/ |
antlr3.rb | 65 text and symbol information produced by lexers and used by parsers and ASTs
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
error.rb | 210 used by:: lexers and parsers 396 In lexers, this error is often raised by the main +tokens!+ rule, which must
|
tree.rb | 66 * lexers 81 closely mirror the general structure of regular parsers and lexers. [all...] |
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...] |
token.rb | 302 methods to token generators, like lexers.
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
BaseRecognizer.as | 611 * This is ignored for lexers.
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.pas | 308 /// ask lexers input stream. [all...] |