mirror of
https://shylinux.com/x/icebergs
synced 2025-04-27 01:48:27 +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"
|