class Kaze::ParseError

Overview

An exception that occured when parsing the source.

Defined in:

parse_error.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(token : Token, message) #

[View source]

Instance Method Detail

def token : Token #

The token at which the error occured.


[View source]
def token=(token : Token) #

The token at which the error occured.


[View source]