Implemented jumps and jump related optimizations
All checks were successful
/ test (push) Successful in 15s
All checks were successful
/ test (push) Successful in 15s
This commit is contained in:
parent
abbc4d9ae2
commit
312e3b2e31
5 changed files with 120 additions and 6 deletions
|
@ -11,6 +11,10 @@ type Call struct {
|
|||
type FunctionStart struct{}
|
||||
type FunctionEnd struct{}
|
||||
|
||||
type Jump struct {
|
||||
Label string
|
||||
}
|
||||
|
||||
type Label struct {
|
||||
Name string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue