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