Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
7 results tagged parsers  ✕   ✕
tree-sitter/tree-sitter https://github.com/tree-sitter/tree-sitter
Mon 05 Jan 2026 10:33:50 AM PST archive.org

Tree-sitter is a parser generator tool and an incremental parsing library. It can build a concrete syntax tree for a source file and efficiently update the syntax tree as the source file is edited. Tree-sitter aims to be:

  • General enough to parse any programming language.
  • Fast enough to parse on every keystroke in a text editor.
  • Robust enough to provide useful results even in the presence of syntax errors.
  • Dependency-free so that the runtime library (which is written in pure C11) can be embedded in any application.

Has bindings for multiple programming languages.

parsers documentation rust C lightweight
p2p-ld/torrent-models https://github.com/p2p-ld/torrent-models
Tue 27 May 2025 10:43:34 PM PDT archive.org

Torrent file parsing and creation with pydantic (and models for other bittorrent things too). Can create and parse v1, v2, hybrid, and other BEPs. Is focused on library usage (but does cli things too). Validates torrent files. Treats .torrent files as an extensible rather than fixed format.

python cli bittorrent parsers tools validator modules
rqlite/sql https://github.com/rqlite/sql
Fri 08 Nov 2024 11:39:00 AM PST archive.org

This repository holds a pure Go SQL parser based on the SQLite SQL definition. It implements nearly all features of the language except ATTACH, DETACH, and some other minor features.

go sql libraries parsers
twisted/ldaptor https://github.com/twisted/ldaptor
Sat 18 May 2024 04:09:38 PM PDT archive.org

Ldaptor is a pure-Python library that implements LDAP client logic, separately-accessible LDAP and BER protocol message generation and parsing, ASCII-format LDAP filter generation and parsing, LDIF format data generation, and Samba password changing logic

Also included is a set of LDAP utilities for use from the command line and a server that can be executed locally.

python ldap modules clients messages parsers servers
Filimoa/open-parse https://github.com/Filimoa/open-parse
Mon 15 Apr 2024 12:32:10 PM PDT archive.org

Chunking documents is a challenging task that underpins any RAG system. High quality results are critical to a sucessful AI application, yet most open-source libraries are limited in their ability to handle complex documents. Open Parse is designed to fill this gap by providing a flexible, easy-to-use library capable of visually discerning document layouts and chunking them effectively.

Visually driven. Parses Markdown. Can analyze data tables by extracting them into Markdown tables.

python modules ai ml llm parsers files
UpstandingHackers/hammer ยท GitHub https://github.com/UpstandingHackers/hammer
Tue 20 Mar 2018 12:40:09 AM PDT archive.org

Hammer is a parsing library written in C which aims to solve the language-theoretic security problem. It provides a parser which was designed from the ground up to be more secure as well as a selection of parsing back ends for the domain specific languages implemented thereby. It's also bit oriented, so you can use it to parse things which are ordinarily considered too fiddly (such as raw IP packets).

Bindings for other languages are available.

c github foss combinators langsec parsers software protocols dsl
SimpleParse 2.1 http://simpleparse.sourceforge.net/
Mon 19 Mar 2018 05:00:18 PM PDT archive.org

A python module which generates parsers out of an EBNF grammar that you can then include in your project.

grammar python programming modules exocortex parsers lp
6963 links, including 441 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn