class Monkey::Lexer::Lexer
- Monkey::Lexer::Lexer
- Reference
- Object
Defined in:
monkey/lexer.crConstructors
Class Method Summary
Instance Method Summary
- #next_token : Token::Token
- #peek_char : Char | Int32
- #read_char
- #read_identifier : String
- #read_number : String
- #read_string : String
- #skip_whitespace
Constructor Detail
def self.new(input : String, position : Int32 = 0, read_position : Int32 = 0, ch : Char | Int32 = 0)
#