Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Analyzer ¶
type Analyzer interface {
AnalyzeCommand(tokens []string) (*computation.Command, error)
}
type Computer ¶
type Computer struct {
// contains filtered or unexported fields
}
func NewComputer ¶
func (*Computer) ParseRequest ¶
func (c *Computer) ParseRequest(request string) (*computation.Command, error)
Click to show internal directories.
Click to hide internal directories.