I'm sorry I'm not too familiar with go, especially the package managment part of it. In the build instruction in the README, it says I can clone the repo and do
$ cd cmd/assembler
$ go build .
I'm able to compile the cmd/lexer and cmd/parser
but that path cmd/assembler doesn't exist.
I'm confused can you please explain how to build this project?
I'm running inside a docker ubuntu image and go version 1.13.8
I'm sorry I'm not too familiar with go, especially the package managment part of it. In the build instruction in the README, it says I can clone the repo and do
I'm able to compile the
cmd/lexer
andcmd/parser
but that pathcmd/assembler
doesn't exist.I'm confused can you please explain how to build this project?
I'm running inside a docker ubuntu image and go version 1.13.8