module Cosmo

Extended Modules

Defined in:

cosmo.cr
cosmo/logger.cr
cosmo/runtime/intrinsic/global.cr
cosmo/runtime/intrinsic/number.cr
cosmo/runtime/typechecker.cr

Constant Summary

Version = "v" + get_shard["version"].to_s

Instance Method Summary

Instance Method Detail

def options #

[View source]
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]