Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
InsertSemis = &Options{ScanMode: tpl.InsertSemis}
)
Functions ¶
func ParseFloat ¶
Types ¶
type Engine ¶
type Engine struct {
*tpl.CompileRet
Interpreter interpreter.Interface
// contains filtered or unexported fields
}
func (*Engine) EvalCode ¶
func (p *Engine) EvalCode(fn interpreter.Interface, name string, src interface{}) error
func (*Engine) FileLine ¶
func (p *Engine) FileLine(src interface{}) (f interpreter.FileLine)
Click to show internal directories.
Click to hide internal directories.