mirror of
https://shylinux.com/x/icebergs
synced 2025-04-25 17:18:05 +08:00
13 lines
168 B
Go
13 lines
168 B
Go
package lex
|
|
|
|
const (
|
|
PATTERN = "pattern"
|
|
EXTREG = "extreg"
|
|
REGEXP = "regexp"
|
|
PREFIX = "prefix"
|
|
SUFFIX = "suffix"
|
|
|
|
SPACE = "space"
|
|
OPERATOR = "operator"
|
|
)
|