Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
bdb4d2b241
Updated the way Instructions keep track of symbols. Only their name is important but we need the Symbols to be able to track which Instruction they point to (if they do that is, i.e. a label symbol).
be91e3c112
Updated the parser to better handle parameters, sort of and including a string length assembly program to use as a test for the whole assembler.
be91e3c112
Updated the parser to better handle parameters, sort of and including a string length assembly program to use as a test for the whole assembler.
f7cd87f13f
Started reworking the Parser to simplify how instructions will be represented. It will act like a 'first pass' that will do grammar checks but not verify the parameters of the opcodes.