class Lit::Lit

Defined in:

lit/lit.cr

Class Method Summary

Class Method Detail

def self.read_file(path : String) : String | Tuple(ExitCode, String) #

[View source]
def self.run(src : String, interpreter = Interpreter.new(ErrorReporter.new)) : Tuple(Bool, ErrorReporter) #

[View source]
def self.run_code(code : String) #

[View source]
def self.run_file(path : String) : ExitCode | Tuple(ExitCode, String) #

[View source]
def self.run_repl #

[View source]