rum-goggles/vendor/github.com/robertkrimen/otto/cmpl.go
2024-02-23 11:39:16 -05: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
}