Home | History | Annotate | Download | only in antlr3

Lines Matching refs:lexers

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.