class DotPrison::Lexer::StringBased

Defined in:

dot_prison/lexer/string_based.cr

Constructors

Instance methods inherited from class DotPrison::Lexer

next_token next_token, token : Token token

Constructor methods inherited from class DotPrison::Lexer

new(string : String)
new(io : IO)
new
new

Instance methods inherited from class Object

to_prison to_prison

Constructor Detail

def self.new(string : String) #

[View source]