abstract class Cosmo::Intrinsic::Lib

Overview

An intrinsic library

Direct Known Subclasses

Defined in:

cosmo/runtime/intrinsic.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(i : Interpreter) #

[View source]

Instance Method Detail

abstract def inject : Nil #

Injects all members into the current scope


[View source]
def token(name : String) : Token #

Helper function to generate a fake token for logging


[View source]