class Lit::ErrorReporter

Defined in:

lit/error_reporter.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Class Method Detail

def self.report_error(message : String) : Nil #

[View source]

Instance Method Detail

def had_runtime_error? : Bool? #

[View source]
def had_syntax_error? : Bool? #

[View source]
def report_runtime_error(error) : Nil #

[View source]
def report_syntax_error(line : Int, message : String) #

[View source]
def report_syntax_error(token : Token, message : String) #

[View source]
def reset! #

[View source]
def success? #

[View source]