1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-25 17:18:05 +08:00
icebergs/base/lex/lex.go
2023-12-03 10:51:48 +08:00

10 lines
183 B
Go

package lex
import ice "shylinux.com/x/icebergs"
const LEX = "lex"
var Index = &ice.Context{Name: LEX, Help: "词法模块"}
func init() { ice.Index.Register(Index, nil, SPLIT) }