class Tesh::Lexer

Defined in:

tesh/lexer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(input : String) #

[View source]

Instance Method Detail

def is_digit?(str) #

[View source]
def is_letter?(str) #

[View source]
def next_token #

[View source]
def peek_char #

[View source]
def read_char #

[View source]
def read_digit #

[View source]
def read_identifier #

[View source]
def skip_whitespace #

[View source]