Parent

Methods

Dhaka::CompiledLexer

Abstract base class of all compiled Lexers. It is only used by generated code.

Public Class Methods

lex(input) click to toggle source

Returns a LexerRun that tokenizes input.

# File lib/dhaka/lexer/compiled_lexer.rb, line 7
def lex input
  LexerRun.new(self, input)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.