Example #1
0
func init() {
	funcs.Register("inject", new(injectableInt))

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