Object
Abstract base class of all compiled Lexers. It is only used by generated code.
Returns a LexerRun that tokenizes input.
# File lib/dhaka/lexer/compiled_lexer.rb, line 7 def lex input LexerRun.new(self, input) end
Generated with the Darkfish Rdoc Generator 2.