MCPcopy Create free account
hub / github.com/djhworld/simple-computer / Parser

Struct Parser

asm/parser.go:29–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29type Parser struct {
30}
31
32func (p *Parser) Parse(input io.Reader) ([]Instruction, error) {
33 scanner := bufio.NewScanner(input)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected