Skip to content

Commit

Permalink
Merge branch 'feature/compiler' into bastian/compile-bitwise-operators
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent authored Feb 26, 2025
2 parents 6fd437f + 83023aa commit edc65ea
Show file tree
Hide file tree
Showing 42 changed files with 374 additions and 305 deletions.
3 changes: 1 addition & 2 deletions bbq/commons/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ package commons
import (
"github.com/onflow/cadence/ast"
"github.com/onflow/cadence/bbq"
"github.com/onflow/cadence/bbq/opcode"
"github.com/onflow/cadence/common"
"github.com/onflow/cadence/sema"
)

type ImportHandler func(location common.Location) *bbq.Program[opcode.Instruction]
type ImportHandler func(location common.Location) *bbq.InstructionProgram

type LocationHandler func(identifiers []ast.Identifier, location common.Location) ([]ResolvedLocation, error)

Expand Down
Loading

0 comments on commit edc65ea

Please sign in to comment.