class

Seal::Lexer

Inherits Reference < Object

Constructors

new(input : String)
Source

Instance methods

advance
Source
peek(offset = 1) : Char | Nil
Source
read_identifier
Source
read_number
Source
read_string
Source
skip_whitespace
Source
tokenize
Source