forked from x/icebergs
7 lines
111 B
Go
7 lines
111 B
Go
package lex
|
|
|
|
const PREFIX = "prefix"
|
|
const SUFFIX = "suffix"
|
|
const REGEXP = "regexp"
|
|
const PATTERN = "pattern"
|