Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter interface {
ToInstructions(parsed parsers.LanguageMainSection) (Instructions, error)
}
Adapter represents instructions adapter
type Builder ¶
type Builder interface { Create() Builder WithList(list []instruction.Instruction) Builder Now() (Instructions, error) }
Builder represents an instructions builder
type Instructions ¶
type Instructions interface {
All() []instruction.Instruction
}
Instructions represents a language instructions
Click to show internal directories.
Click to hide internal directories.