HomeSort by relevance Sort by last modified time
    Searched refs:lexers (Results 1 - 8 of 8) sorted by null

  /external/markdown/markdown/extensions/
codehilite.py 79 from pygments.lexers import get_lexer_by_name, guess_lexer, \
  /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.