1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-27 01:48:27 +08:00
icebergs/base/lex/lex.go
2021-10-28 18:49:35 +08:00

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