mirror of
https://shylinux.com/x/icebergs
synced 2025-04-26 09:34:05 +08:00
7 lines
111 B
Go
7 lines
111 B
Go
package lex
|
|
|
|
const PREFIX = "prefix"
|
|
const SUFFIX = "suffix"
|
|
const REGEXP = "regexp"
|
|
const PATTERN = "pattern"
|