module Cosmo

Extended Modules

Defined in:

cosmo.cr
cosmo/logger.cr
cosmo/runtime/intrinsic/lib/file.cr
cosmo/runtime/intrinsic/lib/json.cr
cosmo/runtime/intrinsic/lib/webhook.cr
cosmo/runtime/intrinsic/number.cr
cosmo/runtime/type_checker.cr

Constant Summary

Version = "v" + Cosmo::Util.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]