Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter interface {
ToApplication(parsed parsers.LanguageApplication) (Application, error)
}
Adapter represents a language application adapter
type Application ¶
type Application interface { Head() heads.Head Labels() labels.Labels Main() instructions.Instructions HasTests() bool Tests() tests.Tests }
Application represents a language application
Click to show internal directories.
Click to hide internal directories.