Example #1
0
func init() {
	complist.RegisterCompiler("coffee", func() computil.Compiler { return new(coffeec) })
}
Example #2
0
File: less.go Project: Szewek/ghul
func init() {
	complist.RegisterCompiler("less", func() computil.Compiler { return new(lessc) })
}