An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 6.0% on proxy.golang.org
Top 1.4% dependent packages on proxy.golang.org
Top 0.8% dependent repos on proxy.golang.org

proxy.golang.org : github.com/cznic/lexer

Package lexer provides generating actionless scanners (lexeme recognizers) at run time. Scanners are defined by regular expressions and/or lexical grammars, mapping between those definitions, token numeric identifiers and an optional set of starting id sets, providing simmilar functionality as switching start states in *nix LEX. The generated FSMs are Unicode arune based and all unicode.Categories and unicode.Scripts are supported by the regexp syntax using the \p{name} construct. Syntax supported by ParseRE (ATM a very basic subset of RE2, docs bellow are a mod of: http://code.google.com/p/re2/wiki/Syntax, original docs license unclear) Single characters: Composites: Repetitions: Grouping: Empty strings: Escape sequences: Character class elements: Unicode character class names--general category: Unicode character class names--scripts:

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/cznic/lexer
License: BSD-3-Clause
Latest release: over 6 years ago
First release: over 10 years ago
Namespace: github.com/cznic
Dependent packages: 14
Dependent repositories: 48
Stars: 8 on GitHub
Forks: 2 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 3 days ago

    Loading...
    Readme
    Loading...