class

Berry::VM

Inherits Reference < Object

Constructors

new(stdin : IO = STDIN, stdout : IO = STDOUT)
Source

Class methods

exec(code : String, stdin : IO = STDIN, stdout : IO = STDOUT)
Source

Instance methods

exec(code : String)
Source
finalize
Source
register_function(name : String, &func : LibBerry::BNtvFunc)
Source
stdin
Source
stdin=(stdin : IO)
Source
stdout
Source
stdout=(stdout : IO)
Source
to_unsafe
Source