An open API service indexing awesome lists of open source software.

Parser

A parser turns its input (often text in form of a file) into a more advantageous representation (usually a certain data structure in memory) to perform a specific task.

Common examples include:

https://github.com/zheng-bote/hd_json_writer_plugin

JSON writer plugin for header_docu_qt

cpp17 parser plugin qt6

Last synced: 03 May 2026

https://github.com/poppa/string-walker

Navigate within a string

parser string-manipulation strings tokenizer

Last synced: 14 Feb 2026

https://github.com/ilkamo/ethparser-go

Easy extendable Ethereum parser.

blockchain ethereum parser

Last synced: 14 Jan 2026

https://github.com/somewind/highlight-words-parser

Parse a give string to highlight words.

highlight highlightwords parser words

Last synced: 15 Feb 2026

https://github.com/winpooh32/ympp

Yandex music playlist parser

golang music parser playlist yandex

Last synced: 14 Jan 2026

https://github.com/ahnafyy/string-2-react

Turn your valid HTML strings into React components with ease!

html javascript parser react

Last synced: 20 Apr 2026

https://github.com/lastchiliarch/cronparser

Crontab parser for golang(using yacc).

cron crontab-parser golang goyacc parser

Last synced: 14 Jan 2026

https://github.com/massigy/lalr1p.viz

This is a visualization of a Look Ahead Left to Right with 1 look ahead token Parser.

clr-parsing lalr-grammar lalr-parser parser visualization

Last synced: 20 Aug 2025

https://github.com/gaelreyrol/grafana-hcl

A tool to generate Grafana resources from HCL files (terraform like)

generator golang grafana grafana-dashboard hcl parser

Last synced: 07 Oct 2025

https://github.com/stoe/action-reporting-parse-cli

CLI to parse https://github.com/stoe/action-reporting-cli reports

cli github parser reporting

Last synced: 15 Feb 2026

https://github.com/TryOmar/CompilerXArabic

A compiler implementation for an Arabic-based programming language, featuring lexical analysis, syntax parsing, and a graphical user interface for interactive testing and development.

arabic arabic-programming-language compiler parser python tokenizer

Last synced: 29 Jun 2026

https://github.com/openoereb/geolink_formatter

Small library for parsing and formatting an OEREBlex geoLink response.

formatter geolink oereb oereblex parser python

Last synced: 17 Jan 2026

https://github.com/xcrap-cloud/core

Xcrap core é o pacote principal do framework Xcrap, ele contém a Base de um Cliente HTTP, a interface de como deve ser um Cliente HTTP, um objeto de HttpResponse que juntamente com o `@xcrap/parser` é utilizado para fazer parsing e extração de dados do conteúdo da resposta.

html json parser scrapy xcrap

Last synced: 28 Feb 2026

https://github.com/rishikeshdubey13/wc-terminal

This is a wc tool.

parser python3 unix

Last synced: 25 Sep 2025

https://github.com/xoreaxlmbdx/pest_extra

Provides additional functionality for the Pest parser

cargo extra parser pest rust rustlang

Last synced: 23 Feb 2026

https://github.com/benpptung/util-superagent-serializer

process superagent response to get better error logging result

logger logging parser response response-management superagent

Last synced: 10 Jun 2026

https://github.com/daksh14/rtoml

RToml is an experimental 100% handwritten toml parser

parser rust toml

Last synced: 14 Jun 2025

https://github.com/nasa-pds/pds3-product-tools

Library supporting the design/generation, validation and submission of PDS3 archival products.

parser pds3

Last synced: 01 Mar 2026

https://github.com/jfilla/payment-notification-parser

Parser for reading bank payment notifications

bank notifications parser

Last synced: 10 Apr 2025

https://github.com/minoritea/go-decls

go-decls: list declarations in a Go source file

go golang parser tool

Last synced: 06 Jul 2025

https://github.com/cimpress-mcp/tiger-challenge

A parser of WWW-Authenticate challenge headers.

bearer challenge oauth2 parser www-authenticate

Last synced: 25 Sep 2025

https://github.com/momiji-rs/sparkdown

A fast, standards-first CommonMark parser in Rust — 100% CommonMark 0.31.2. markdown, with a spark.

commonmark commonmark-parser html markdown markdown-parser markdown-to-html parser rust rust-crate text-processing zero-dependencies

Last synced: 26 Jun 2026

https://github.com/lonaryx/aiomediagrabber

AioMediaGrabber — бота для Telegram на базе библиотеки aiogram, который позволяет скачивать видео из TikTok 🎵 и треки из SoundCloud 🎧! 🚀

aiogram aiogram-bot bot download downloader easy music os parser parsing python scraper telegram telegram-bot telegram-bot-api ukraine ukrainian video

Last synced: 14 Jun 2026

https://github.com/tomashubelbauer/js-markdown-parser

A MarkDown parser written in JavaScript

javascript js markdown parser

Last synced: 07 May 2026

https://github.com/j3eyond/sepr_parser

The simple scripts for parse symantec endpoint protection html reports.

bash parser python reports symantec symantecendpointprotection

Last synced: 18 May 2026

https://github.com/pustovitdmytro/quotes

web scrapper (python3, beautifull soap, aiohhtp,csv)

aiohhtp beautifullsoup csv parser postgresql python3 scrapper selenium

Last synced: 04 May 2026

https://github.com/OrlovEvgeny/serde.zig

Universal serialization for Zig: JSON, Yaml, MessagePack, TOML, CSV and more from a single API

json-serialization parser serde zig zig-library zig-package

Last synced: 24 Mar 2026

https://github.com/mann-conomy/tf-parser

A Node.js parser for converting Team Fortress 2 game files to JSON objects.

file json localization mann-conomy nodejs parser tf2 typescript

Last synced: 02 Mar 2026

https://github.com/lonnycorp/astroparse

A minimal, zero dependency, fully-typed parser combinator library

functional parser parser-combinators typescript

Last synced: 15 Jun 2026

https://github.com/utakotoba/vertin

A simple command line app building helper.

arg builder cli command-line command-line-tool helper parser tooling vertin

Last synced: 25 Aug 2025

https://github.com/kreipikc/parser-shorts-yt

YouTube shorts parser, written in python

cli parser python selenium youtube

Last synced: 04 May 2026

https://github.com/mnsmar/fasta

Convenient handling of FASTA-encoded files for the Go language

bioinformatics fasta go parser sequencing

Last synced: 30 May 2026

https://github.com/sarveshh/markdownerr

A react project to preview, generate and share markdowns. With 10+ templates of top usability of markdowns, markdownerr makes writing blogs, ReadMe's a breeze.

expressjs html markdown markdown-converter markdown-editor markdown-parser markdown-previewer markdown-to-html markdown-viewer nodejs parse parser remarkable syntax-highlighting

Last synced: 09 Apr 2026

https://github.com/kx0101/monkey-language

Writing An Interpreter (Tree-Walking) In Go from scratch, using Vaughan Pratt's Parser For Educational Purposes

ast expressions go golang identifiers interpreter lexer parser pratt-parser repl statements tokenizer tokens vaughan-pratt

Last synced: 23 Jul 2025

https://github.com/peggyjs/coverage

Up the code coverage on your Peggy grammars, ensuring that the generated boilerplate code is covered in your unit tests.

coverage grammar parser peggyjs testing

Last synced: 06 Jul 2025

https://github.com/andreas19/argparsebuilder

Builder for argparse.ArgumentParser.

argparse argument-parser command-line parser

Last synced: 27 Mar 2026

https://github.com/wibosco/approachingparsers-example

Experimenting with some possible parser architectures

ios mapper network parser plug-and-play swift travis-ci

Last synced: 03 Jul 2026

https://github.com/phoqe/ogge

Convenient and efficient Swift wrapper for the Open Graph Protocol.

async await codable dom html meta ogp open-graph-protocol parser regex swift wrapper

Last synced: 03 Jan 2026

https://github.com/botforge-pro/goduration-swift

Go-style duration parsing for Swift

duration go parser swift time

Last synced: 17 May 2026

https://github.com/alch-emi/elm-kdl

Mirror of

elm kdl parser

Last synced: 29 Aug 2025

https://github.com/roy-corentin/org_mob_parser

Parser for Org files

crystal-lang org-mode parser

Last synced: 30 Mar 2025

https://github.com/amillert/camodular

Ocaml interpreter (Sedlex tokenizer + Menhir parser) of modularized classes with two means of inheritance.

functional-programming menhir ocaml parser sedlex

Last synced: 23 Jun 2025

https://github.com/malyshevars/smgnr3000

A parser that periodically fetches and logs runtime and temperature data from the Samogoner AE3000 into CSV/PostgreSQL and generates daily graphs, plus a PyQt5 GUI for interactively plotting that data. A PyQt5 “Test Panel” for manually sending test commands.

esp8266 ethanol homebrew hw-364a mathplotlib parser postgresql pyqt5 python3 vodka

Last synced: 05 May 2026

https://github.com/peterheesterman/tjparse

Typescript JSON parser

json learning parser

Last synced: 13 Apr 2026

https://github.com/neotoxic-off/inisharp

⚙️ INI file parser for C#

config csharp ini parser system

Last synced: 26 Jan 2026

https://github.com/dromse/ua-job-parser

Simple parser on rust for gathering vacancies from ukranian job websites (dou.ua, robota.ua).

job parser rust rust-lang

Last synced: 25 Dec 2025

https://github.com/divineomega/baby-tracker-data-parser

PHP parser for data exported from the Baby Tracker Android app by Amila

baby baby-tracker parser php

Last synced: 04 Apr 2025

https://github.com/queukat/news_parcer

Small legacy Python news parsing experiment retained for reference.

experiment legacy news-parser parser python web-scraping

Last synced: 15 Jun 2026

https://github.com/kaelaela/kotshisample

Kotshi sample repository. https://github.com/ansman/kotshi

android kotlin kotshi moshi parser

Last synced: 16 Apr 2026

https://github.com/yoannchb-pro/own-json-parser

A JSON parser made in typescript with tokenizer, ast, parser ...

ast-builder javascript json-parser nodejs parser tokenizer typescript

Last synced: 05 May 2026

https://github.com/bonnyad9/pareg

Helpful utilities for parsing command line arguments and parsing in general.

arguments arguments-parser arguments-parsing cli parser parsing rust

Last synced: 24 Jul 2025

https://github.com/tlonny/astroparse

A minimal, zero dependency, fully-typed parser combinator library

functional parser parser-combinators typescript

Last synced: 13 Jan 2026

https://github.com/mattprodani/gradescope-notion-integration

Python Notion - Gradescope Integration with Notion API to update and create a connected database of Gradescope assignments.

gradescope notion notion-api notion-automation notion-database parser

Last synced: 10 Mar 2025

https://github.com/tacxou/parser_ldap_rfc4512

A TypeScript parser for LDAP schema definitions based on RFC 4512, using PEG.js grammar.

bun cli developer-tools enterprise ldap nodejs parser parsing pegjs rfc4512 schema typescript

Last synced: 20 Jan 2026

https://github.com/neo/parse-mark

Marked text parser

markdown marked parse parser

Last synced: 03 May 2026

https://github.com/tomijuarez/yavt

Una aplicación didáctica para la introducción a la verificación formal de programas

algorithm c-plus-plus first-order-logic formal-verification parser

Last synced: 18 Jul 2025

https://github.com/markhershey/gmail-paylah

Gmail PayLah / Fave / Grab Transaction Notification Email Parser

email email-exporter fave gmail gmail-api grab parser paylah singapore

Last synced: 08 Apr 2025

https://github.com/eeriemyxi/wiktionary-cli

A fast command-line interface to search words at Wiktionary.

cpp parser scraping wiktionary

Last synced: 31 Dec 2025

https://github.com/JayTwoLab/XMLDOMReader

Document Object Model reader for XML (Qt5)

c cpp dom parser qt qt5 reader xml

Last synced: 17 Jul 2025

https://github.com/dreamycecil/vdf

Simple public domain VDF/KeyValues reader & writer in ANSI C.

ansi-c c89 c90 keyvalue keyvalues parser reader reader-writer valve-data-format vdf vdf-files vdf-format vdf-parser writer

Last synced: 11 Jun 2025

https://github.com/wiredwiz/moo-parser

A parser library for parsing the Moo and Moo# programming languages.

antlr4 grammar moo parser

Last synced: 20 Jan 2026

https://github.com/jpleorx/tagblender

A simple java API to retrieve hashtags from https://www.tagblender.net/

api crawler hashtags java jsoup parser

Last synced: 20 Mar 2025

https://github.com/casatrick/solana-transaction-parser

solana trasaction parser

parser solana transaction

Last synced: 20 Jun 2026

https://github.com/pierre-24/pybibtex

Provides a Python API to parse BibTeX files

bibtex latex parser python

Last synced: 11 Apr 2026

https://github.com/linuskmr/clipyarser

A simple, declarative and easy-testable command line argument parser

argparse argumentparser cli parser

Last synced: 02 Jul 2025

https://github.com/netologist/yaml-object-parser

Customisable Yaml Object Parser

golang golang-library json parser yaml

Last synced: 21 Feb 2026

https://github.com/5rahim/tanuki

Anime video filename parser in Golang, Anitogo Fork.

anime anime-torrent anitogo anitomy parser

Last synced: 08 Apr 2025

https://github.com/daverandom/xsddistiller

Parses XSD schema documents into data structures

parser php71 xsd

Last synced: 26 Jan 2026

https://github.com/sotaneum/go-args-parser

환경변수나 인자로 전달받는 내용을 map[string]string 포맷으로 변경합니다.

args-parser arguments env env-parser go golang parser

Last synced: 10 Jun 2025

https://github.com/mtsewrs/partzilla

Multipart parser for node and bun

bun library multipart node nodejs npm-package parser rust typescript

Last synced: 21 Feb 2026

https://github.com/yiweisong/node-ace-msg-parser

A node add-on for Aceinna device message parser

aceinna parser

Last synced: 01 Jul 2025

https://github.com/nogira/feed-parser

small feed parsing library for hoon

atom feed hoon json parse parser parsing rss urbit

Last synced: 30 Mar 2025

https://github.com/eu-ge-ne/kitty-keys

Kitty keyboard protocol parser library for Node.js, Deno and Bun.

bun deno javascript kitty-terminal nodejs parser terminal tui typescript

Last synced: 12 Apr 2026

https://github.com/afeiship/next-commits-parser

Git commits parser.

commit git log next parse parser

Last synced: 06 May 2026

https://github.com/rstoetter/csmartsqlstatement-php

The php class cSmartSqlStatement helps to manage and change SQL statements

parser php7 sql

Last synced: 18 May 2026

https://github.com/ondra6ak/argpar

A simple arguments parser.

arguments command-line parser python3 simple

Last synced: 03 Jan 2026

https://github.com/tsabelmann/symparser-rs

Parser implementation of the SYM file format conceived by PEAK-System.

can can-bus parser parsing peak sym

Last synced: 16 Oct 2025

https://github.com/ia7ck/fs-json-parse

FParsec JSON parser

fparsec json parser

Last synced: 16 May 2025

https://github.com/thetrueender/day-one-export-analyzer

A tool to examine statistics and trends of metadata for the Day One (https://dayoneapp.com/) journaling app.

dayone export journaling parser python

Last synced: 24 Mar 2025

https://github.com/elkronos/gpt_read

Functions to read documents using GPT.

data-science gpt llm parser question-answering questions-and-answers r

Last synced: 15 Mar 2025

https://github.com/banetl/bson-parser

A simple BSON (Binary Json) parser in C++

bson bson-format parser

Last synced: 07 Feb 2026

https://github.com/ehwan/string-parser

Template LL parser generator

cpp header-only parse parser

Last synced: 02 Apr 2025

https://github.com/teixdavide/FEUP_PFL_Parser

λ | Low-level machine interpreter and compiler project, including stack management, parsing, and compiling imperative programs

assembler compiler feup functional-parsing functional-programming parser pfl

Last synced: 05 Jan 2026

https://github.com/yawkar/extended-expressions-parser-calculator

(Student Lab Project) Первая проба пера в создании калькулятора, строящего вычислительный граф на основе спарсенных выражений и вычисляющего значение главного выражения

calculator laboratory-work parser

Last synced: 09 Apr 2025

https://github.com/dills122/checklist-parser

WIP - Parse sports card checklists & get usable data

parser sportscards

Last synced: 14 Jun 2025

https://github.com/st8rboi/mathlex

Специализированный язык описания математических функций

bison c compiler flex lexer math parser

Last synced: 04 Aug 2025

https://github.com/zheng-bote/header_docu_cpp

header_docu with plain cpp

cpp cpp20 parser

Last synced: 31 Mar 2025

https://github.com/nafisahnubah/json-compiler-frontend

A JSON parser and scanner including syntactic and semantic analysis

compiler frontend json parser python scanner

Last synced: 14 May 2026

https://github.com/psydok/app_mafic

Андроид приложение MAFic для получения информации об обновлений глав манги и фанфов, серий аниме и сериалов в 1 свап. На Google Play

android google-play parser

Last synced: 12 Apr 2026