Esempio n. 1
0
func init() {
	funcs.Register("inject", new(injectableInt))

	injectNumber = G{
		"main": InPath("Num", Value(funcs.IntEq(funcs.IntVar(), NewInjectable()))),
	}
}
Esempio n. 2
0
func init() {
	funcs.Register("token", new(token))
}
Esempio n. 3
0
func init() {
	funcs.Register("list", new(list))
}
Esempio n. 4
0
func init() {
	funcs.Register("text", new(text))
}
Esempio n. 5
0
func init() {
	funcs.Register("anytext", new(anytext))
}
Esempio n. 6
0
func init() {
	funcs.Register("whitespace", new(whitespace))
}