1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-26 17:44:05 +08:00
icebergs/base/yac/yac.go
2021-10-21 21:14:54 +08:00

12 lines
181 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) }