rum-goggles/v1/vendor/github.com/robertkrimen/otto/cmpl.go

12 lines
166 B
Go
Raw Permalink Normal View History

package otto
import (
"github.com/robertkrimen/otto/ast"
"github.com/robertkrimen/otto/file"
)
2024-04-04 14:46:14 +00:00
type compiler struct {
file *file.File
program *ast.Program
}