feat: repr, codec
This commit is contained in:
@@ -2,8 +2,8 @@ package normalorder
|
||||
|
||||
import (
|
||||
"git.maximhutz.com/max/lambda/pkg/emitter"
|
||||
"git.maximhutz.com/max/lambda/pkg/expr"
|
||||
"git.maximhutz.com/max/lambda/pkg/lambda"
|
||||
"git.maximhutz.com/max/lambda/pkg/repr"
|
||||
"git.maximhutz.com/max/lambda/pkg/runtime"
|
||||
)
|
||||
|
||||
@@ -23,7 +23,7 @@ func NewRuntime(expression lambda.Expression) *Runtime {
|
||||
}
|
||||
|
||||
// Expression returns the current expression state.
|
||||
func (r *Runtime) Expression() expr.Expression {
|
||||
func (r *Runtime) Expression() repr.Repr {
|
||||
return r.expression
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user