rum-goggles/v1/vendor/github.com/robertkrimen/otto/cmpl.go
2024-04-04 10:46:14 -04:00

12 lines
166 B
Go

package otto
import (
"github.com/robertkrimen/otto/ast"
"github.com/robertkrimen/otto/file"
)
type compiler struct {
file *file.File
program *ast.Program
}