module Cosmo

Extended Modules

Defined in:

cosmo.cr
cosmo/logger.cr
cosmo/runtime/global_intrinsics.cr
cosmo/runtime/typechecker.cr

Instance Method Summary

Instance Method Detail

def read_file(path : String) #

Reads a file at path and returns it's contents


[View source]
def read_source(source : String, file_path : String) : ValueType #

[View source]
def run_repl #

Starts the REPL


[View source]