
Security News
libxml2 Maintainer Ends Embargoed Vulnerability Reports, Citing Unsustainable Burden
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
github.com/TekWizely/go-parsing
A Multi-Package Go Repo Focused on Text Parsing, with Lexers, Parsers, and Related Utils
This repo aspires to be a useful 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:
See go-parsing/lexer/examples/wordcount for an example program that utilizes the 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:
See go-parsing/parser/examples/calc for an example program that utilizes the parser (and lexer).
The tekwizely/go-parsing
repo and all contained packages are released under the MIT License. See LICENSE
file.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.