Registry / utility / quasilyte-regex-syntax

quasilyte-regex-syntax

JSON →
library0.0.0-20210819130434-b3f0c404a727gogounverified

A Go library for parsing and analyzing regular expression syntax trees.

go get github.com/quasilyte/regex/syntax
INSTALL
IMPORT
SIG · QUASILYTE-REGEX-SY
Q
quasilyte-regex-syntax
utilitygov0.0.0-20210819130434-b3f0c404a727
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

syntax
✓ github.com/quasilyte/regex/syntax

Parse a regex pattern into its syntax tree.

package main import ( "fmt" "github.com/quasilyte/regex/syntax" ) func main() { p := syntax.NewParser() re, _ := p.Parse(`[a-z]+`) fmt.Println(re) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20210819130434-b3f0c404a727latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
quasilyte-regex-syntax — go get quasilyte-regex-syntax · libregistry