Implemented data labels
This commit is contained in:
parent
ff0b8ecb10
commit
1b75529bb3
18 changed files with 428 additions and 327 deletions
|
@ -23,8 +23,9 @@ type state struct {
|
|||
|
||||
// counter stores how often a certain statement appeared so we can generate a unique label from it.
|
||||
type counter struct {
|
||||
loop int
|
||||
branch int
|
||||
data int
|
||||
loop int
|
||||
subBranch int
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue