abstract class Assembler
Included Modules
- Iterator(String)
Defined in:
utils/bytecode.crConstructors
Instance Method Summary
-
#next
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements. - #parse_line(line : String, linenum : UInt) : Bytes