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

12 lines
166 B
Go
Raw Permalink Normal View History

2024-02-23 16:39:16 +00:00
package otto
import (
"github.com/robertkrimen/otto/ast"
"github.com/robertkrimen/otto/file"
)
type compiler struct {
file *file.File
program *ast.Program
}