Improved code generation
This commit is contained in:
parent
5ca086f177
commit
75672c1e16
15 changed files with 215 additions and 275 deletions
|
@ -24,7 +24,6 @@ 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
|
||||
tmps int
|
||||
}
|
||||
|
||||
// PrintInstructions shows the assembly instructions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue