Added more tests
This commit is contained in:
parent
6db1f1af69
commit
fca944d26c
5 changed files with 15 additions and 11 deletions
|
@ -18,7 +18,6 @@ type state struct {
|
|||
assembler asm.Assembler
|
||||
cpu cpu.CPU
|
||||
count counter
|
||||
sideEffects int
|
||||
}
|
||||
|
||||
// counter stores how often a certain statement appeared so we can generate a unique label from it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue