Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
type
Parser
struct
{
30
}
31
32
func
(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