class
Lit::Lit
- Lit::Lit
- Reference
- Object
Defined in:
lit/lit.crClass Method Summary
- .read_file(path : String) : String | Tuple(ExitCode, String)
- .run(src : String, interpreter = Interpreter.new(ErrorReporter.new)) : Tuple(Bool, ErrorReporter)
- .run_code(code : String)
- .run_file(path : String) : ExitCode | Tuple(ExitCode, String)
- .run_repl
Class Method Detail
def self.run(src : String, interpreter = Interpreter.new(ErrorReporter.new)) : Tuple(Bool, ErrorReporter)
#