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

  /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/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 308 /// ask lexers input stream.
    [all...]

Completed in 296 milliseconds