Add link to project page in README
Update README file to match website
Finalise builds.sr.ht integration
Add go mod and build file
Split debugger commands and reduce cell size
8-bit cell size and expanded to 30,000 cells
Modularize debugger commands into functions
Add simple debugger unit tests
Update readme, added kill debugger command, and updated commandline usage message
Added watchpoints and improve overall code
Remove interpreter init, and add print command for debugger
Add basic debugger and improve interpreter handling end of program
Separate interpreter package and GoDocs
Add unit testing, linter, and second example program
Need to test before commit!
Adds an interpreter struct with methods
Add CI file and update readme