abstract class Assembler

Included Modules

Defined in:

utils/bytecode.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

from_rlp(rlp : Bytes) : Tuple(self, UInt32) from_rlp, to_rlp : Bytes to_rlp

Class methods inherited from class Object

from_rlp(rlp : Bytes) : Tuple(self, UInt32) from_rlp

Constructor Detail

def self.new(code : String) #

[View source]

Instance Method Detail

def next #
Description copied from module Iterator(String)

Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there are no more elements.


[View source]
abstract def parse_line(line : String, linenum : UInt) : Bytes #

[View source]