Documentation
¶
Overview ¶
Package regex implements a regex parser.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Transpile ¶
func Transpile(elkRegex string, flags bitfield.BitField8) (string, diagnostic.DiagnosticList)
Transpile an Elk regex string to a Go regex string
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package flag contains the definitions of Elk Regex flags
|
Package flag contains the definitions of Elk Regex flags |
|
Package lexer implements a regex lexer
|
Package lexer implements a regex lexer |
|
Package parser implements a regex parser.
|
Package parser implements a regex parser. |
|
ast
Package ast defines types used by the regex parser.
|
Package ast defines types used by the regex parser. |
|
Package token implements tokens produced by the regex lexer and used by the regex parser
|
Package token implements tokens produced by the regex lexer and used by the regex parser |
Click to show internal directories.
Click to hide internal directories.