mirror of
https://shylinux.com/x/icebergs
synced 2025-04-25 17:18:05 +08:00
10 lines
176 B
Go
10 lines
176 B
Go
package yac
|
|
|
|
import ice "shylinux.com/x/icebergs"
|
|
|
|
const YAC = "yac"
|
|
|
|
var Index = &ice.Context{Name: YAC, Help: "语法模块"}
|
|
|
|
func init() { ice.Index.Register(Index, nil) }
|