Ecosyste.ms: Packages

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

Top 5.8% on proxy.golang.org

proxy.golang.org : github.com/TekWizely/go-parsing

Package parsing is a multi-package Go repo focused on text parsing, with lexers, parsers, and related utils. This repo aspires to be the best toolset for creating hand-written lexers and parsers in Golang. The modules within this repo are intended to work together, but are allowed to evolve separately. The following packages are currently exported: Base components of a lexical analyzer, enabling the creation of hand-written lexers for tokenizing textual content. The tokenized data is suitable for processing with a parser. Some Features of this Lexer: Token-related types and interfaces used between the lexer and the parser. Base components of a token analyzer, enabling the creation of hand-written parsers for generating Abstract Syntax Trees. Some Features of this Parser: Although useful in its own right, this file (doc.go) mostly exists to prevent pre-commit hooks from generating "no file" errors against the root folder. See: The go-parsing repo and all contained packages are released under the MIT License. See LICENSE file.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/%21tek%21wizely/go-parsing
Keywords: golang, mit-license, multi-package, parsing-library
License: MIT
Status: removed
Latest release: about 1 month ago
Namespace: github.com/TekWizely
Stars: 3 on
Forks: 0 on
Last synced: about 1 month ago

Top 5.8% on proxy.golang.org
github.com/TekWizely/go-parsing/parser removed
Package parser implements the base components of a token analyzer, enabling the creation of hand-...
Latest release: about 1 month ago - 3 stars on
Top 5.8% on proxy.golang.org
github.com/TekWizely/go-parsing/lexer removed
Package lexer implements the base components of a lexical analyzer, enabling the creation of hand...
Latest release: about 1 month ago - 3 stars on
Top 9.6% on proxy.golang.org
github.com/tekwizely/go-parsing/parser v0.0.0-20221001173913-aa6d6749ea2d
Package parser implements the base components of a token analyzer, enabling the creation of hand-...
10 versions - Latest release: over 1 year ago - 4 dependent packages - 2 dependent repositories - 4 stars on GitHub
Top 9.5% on proxy.golang.org
github.com/tekwizely/go-parsing/lexer v0.0.0-20221001173913-aa6d6749ea2d
Package lexer implements the base components of a lexical analyzer, enabling the creation of hand...
1 version - Latest release: over 1 year ago - 5 dependent packages - 2 dependent repositories - 4 stars on GitHub
Top 9.5% on proxy.golang.org
github.com/tekwizely/go-parsing/lexer/token v0.0.0-20221001173913-aa6d6749ea2d
Package token isolates the token-related types and interfaces used between the lexer and the parser.
1 version - Latest release: over 1 year ago - 6 dependent packages - 2 dependent repositories - 4 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/tekwizely/go-parsing v0.0.0-20221001173913-aa6d6749ea2d
Package parsing is a multi-package Go repo focused on text parsing, with lexers, parsers, and rel...
2 versions - Latest release: over 1 year ago - 4 stars on GitHub