mirror of
https://github.com/MontFerret/ferret.git
synced 2025-06-17 00:07:55 +02:00
Hello world
This commit is contained in:
12
pkg/stdlib/html/lib.go
Normal file
12
pkg/stdlib/html/lib.go
Normal file
@ -0,0 +1,12 @@
|
||||
package html
|
||||
|
||||
import "github.com/MontFerret/ferret/pkg/runtime/core"
|
||||
|
||||
func NewLib() map[string]core.Function {
|
||||
return map[string]core.Function{
|
||||
"DOCUMENT": Document,
|
||||
"DOCUMENT_PARSE": DocumentParse,
|
||||
"ELEMENT": Element,
|
||||
"ELEMENTS": Elements,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user