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/matrixeditor/bnf4j

An event-based parsing library (STreaming Api for Files), CSVParser (implementation) and BNF-Grammar creator/ parser completely written in Java.

abnf api bnf event-based java parser

Last synced: 10 Aug 2025

https://github.com/antoncoding/html_content_crawler

A smart html crawler to automatically detect main content of a HTML page.

beautifulsoup content crawlers html nlp-parsing parser

Last synced: 02 Apr 2025

https://github.com/aviralg/rastr

R AST Analyzer

ast grammar parser r syntax

Last synced: 17 May 2026

https://github.com/Koatty/koatty_payload

Payload parser for koatty.

middleware parser request-handler

Last synced: 09 Aug 2025

https://github.com/haronbh/lexical-analyzer-with-java

Java program serves as a lexical analyzer that validates a specific pattern within a given string. The validation is done based on predefined rules, and it checks if the input string conforms to a certain structure

compilation java lexical-analysis lexical-analyzer parser

Last synced: 02 May 2026

https://github.com/zaczero/yarnlock

yarn.lock file parser

lock parser yarn

Last synced: 28 Jan 2026

https://github.com/madi-s/hltv-api

Unofficial HLTV API client.

api hltv hltv-api parser scraper

Last synced: 23 Feb 2026

https://github.com/teddybear182/easylang-web

Language made in JavaScript

interpreter javascript language parser

Last synced: 28 Oct 2025

https://github.com/nilssonk/taoirc

A simple IRC client written in Rust.

grammar irc parser rust

Last synced: 08 Aug 2025

https://github.com/danielway/nexrad-parser

Parses NEXRAD weather radar data into a convenient structure for analysis.

nexrad parser radar weather

Last synced: 12 May 2026

https://github.com/bytevader/structly-whois-parser

Structly-powered WHOIS parser with typed records, CLI tooling, and streaming-friendly APIs

data-engineering dns domain-name parser python-library stuctly whois

Last synced: 11 Mar 2026

https://github.com/mbund/cse2421-linter

Lint for some extra rules for C

lint linter parse parser rust tree-sitter

Last synced: 13 May 2026

https://github.com/playfulsparkle/sprintf.js

A lightweight, Open Source sprintf.js sprintf implementation written in JavaScript

formatting javascript parser sprintf vsprintf

Last synced: 01 Mar 2026

https://github.com/xtao-org/fitzjson.js

fitzJSON semantics interpreter in JavaScript

configuration fitzjson format json parse parser stringify superset

Last synced: 14 May 2026

https://github.com/k1low/grpcurlreq

grpcurlreq is parser for gRPCurl command.

grpcurl parser

Last synced: 29 Jan 2026

https://github.com/trananhtung/numeric-range

Parse and format compact integer-range strings like 1,3-5,7 (page ranges, CPU sets). Bidirectional, zero-dep, no_std.

cpuset no-std page-range parser range rust

Last synced: 27 Jun 2026

https://github.com/qbicsoftware/mtb-parser-lib

A simple module for diagnostic variant information parsing

cnv other parser python snv tumor

Last synced: 30 Jan 2026

https://github.com/artnum/md-parse

Convert markdown to docx with PHPOffice and custom markdown parser

docx gfm mardown parser php-library php8 phpoffice phpword

Last synced: 08 Apr 2025

https://github.com/everysoftware/btc-parser

Parsing Bitcoin transactions into a graph database 🪙

bitcoin celery fastapi neo4j parser

Last synced: 25 Feb 2026

https://github.com/calcit-lang/lilac-parser

A toy combinator parser inspired by Lilac, ported from CLJS version

calcit parser

Last synced: 07 Feb 2026

https://github.com/gsun/yang-parser

yang parser in haxe

haxe haxe-externs javascript parser yang

Last synced: 10 Mar 2025

https://github.com/dwdw2/parser-orm

Small custom-syntax javascript ORM

javascript parser recursive-descent-parser sql-generator

Last synced: 03 Aug 2025

https://github.com/jacobshirley/soql-parser-lite

Zero-dependency Salesforce Object Query Language (SOQL) parser written in TypeScript

objects oop parser parsing query salesforce soql

Last synced: 01 Feb 2026

https://github.com/bgildson/enext-challenge

This repository contains the source code to satisfy the enext challenge

api challenge ci coverage docker golang parser quake3 report rest tdd tests

Last synced: 15 Apr 2026

https://github.com/i-rzr-i/codesource

Provide an easy, accurate, and organized solution for storing data in your source code about some ideas, comments, or code references, which was an inspiration for realizing your current functionality.

anchor attribute author code document parser reference source

Last synced: 01 Feb 2026

https://github.com/superbox64/jibberjabber

JJ is a token based computer language designed for AI with the ability to transpile to C, JS, Assembly and Python with more output languages to coming soon

assembly claudecode interpreter jibberjabber jibjab jj lexer parser python swift toddbruss token transpiler

Last synced: 01 Feb 2026

https://github.com/under-web/bot_vacantion_hh

Бот для парсинга вакансий программистов с hh.ru (Казань) и автопостинга в телеграм

parser python telegram telegram-bot tg

Last synced: 02 Sep 2025

https://github.com/lonaryx/proxyfun

ProxyFun - это простой Python-скрипт для парсинга прокси-серверов с веб-сайта, их креативного отображения и сохранения результатов в текстовом файле.

bs4 file files lists parser parsers proxy proxy-configuration proxy-list proxy-scraper proxy-server python python-3 python-script python3 request requests script

Last synced: 15 Jun 2026

https://github.com/ne0ekspert/libxgwx

Rust parser for LS XG5000 .xgwx workspace files

parser parser-library plc

Last synced: 27 Jun 2026

https://github.com/seinshah/flattenhtml

HTML document flattener package for Go

flattenhtml go golang golang-package html5 node-tree parser

Last synced: 08 Feb 2026

https://github.com/fenollp/ply

Rust PLY parser using Nom

nom parser ply rust

Last synced: 02 Aug 2025

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

This is a wc tool.

parser python3 unix

Last synced: 25 Sep 2025

https://github.com/yonis-savary/extracteur-lpp

Extracteur de code LPP depuis fichier NX de la sécu (LPPTOT)

lpp parser securite-sociale sql

Last synced: 02 Aug 2025

https://github.com/kx0101/liakos-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: 01 Aug 2025

https://github.com/aqzi/settingsloader

Type safe settings loader for python - support for env, args, secrets, app setttings and more

config parser python settings typesafe

Last synced: 18 Mar 2026

https://github.com/gurleensethi/codeinfoextractor

An application for parsing out comment information from source code.

gradle java parser

Last synced: 16 Apr 2026

https://github.com/ilzrv/instagram-parser

The parser accounts of the followers and following in Instagram

instagram parser

Last synced: 28 Jul 2025

https://github.com/fulminazzo/mojito

A parser that reads and executes a simplified version of Java

gradle groovy java library parser spock tokenizer typechecker

Last synced: 17 Jun 2026

https://github.com/dub1401/desuparser

Парсер Desu в формат JSON.

beautifulsoup4 manga parser requests

Last synced: 01 Jul 2025

https://github.com/meshhouse/sfmlab-unofficial-api

Unofficial SFMLab-based sites API server, written on Node.js

api-server fastify nodejs parser sfmlab sqlite typeorm typescript

Last synced: 18 Jun 2026

https://github.com/girkovarpa/pcap-parser

JavaScript PCAP parser.

dissector packet parser pcap tcp udp wireshark

Last synced: 18 Mar 2025

https://github.com/fulminazzo/kjason

A JSON parser written in Kotlin

gradle groovy json kotlin parser tokenizer

Last synced: 09 Apr 2026

https://github.com/uk-ipop/mmi-parser-rs

MMI Parser written with love in Rust.

command-line metamap parser rust

Last synced: 01 Mar 2026

https://github.com/yggverse/pulsarss

RSS Aggregator for Gemini Protocol

aggregator cli crawler daemon feed gemini gemini-protocol gemtext parser rss rust

Last synced: 13 Feb 2026

https://github.com/anishlearnstocode/md-to-html-parser

This is a markdown parser that returns valid html code for any valid markdown text.

html markdown md parser

Last synced: 16 Apr 2026

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

Navigate within a string

parser string-manipulation strings tokenizer

Last synced: 14 Feb 2026

https://github.com/rameshvarun/galaxy-parser

A parser for StarCraft 2's Galaxy scripting language, written in JavaScript using parser combinators.

parser parser-combinator starcraft2

Last synced: 08 Apr 2025

https://github.com/chxmbley/sitex

Read text content from websites ignoring styling, behavior, and structure

go golang parser reader text text-analysis web webscraper webscraping

Last synced: 28 May 2026

https://github.com/cubicrootxyz/gonaturalduration

Library for parsing time durations in natural language

days difference duration english go hours language native natural parser time

Last synced: 16 Feb 2026

https://github.com/bel-framework/bel-scan

Generic scanner for Erlang

erlang erlang-library parser parser-library

Last synced: 16 Feb 2026

https://github.com/cheesegrinder/templatestr-go

TemplateStr allows to add variable, function, condition and switch in a string.

go parser strings

Last synced: 19 Jun 2026

https://github.com/chardoncs/zig-ansi-parse

Comptime-proof ANSI format parsing library for Zig

ansi-code ansi-colors ansi-terminal colorization parser zig ziglang

Last synced: 19 Jun 2026

https://github.com/s-celles/atpack-python-parser

[WIP] A Python library for parsing AtPack files with CLI (command line interface), interactive mode and TUI (terminal user interface)

atpack parser python

Last synced: 20 Jan 2026

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/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/sotaneum/go-args-parser

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

args-parser arguments env env-parser go golang parser

Last synced: 10 Jun 2025

https://github.com/prashantrahul141/splax

A memory safe, easy, dynamic programming language.

interpreter lexer parser programming-language rust tree-walk-interpreter

Last synced: 30 Jul 2025

https://github.com/haronbh/xml-management-with-python

This project demonstrates how to create, validate, and manage XML files using Python. It includes examples of an XML file, along with its corresponding DTD (Document Type Definition) and XSD (XML Schema Definition) files. The project also contains Python scripts to create an XML file and to validate the XML file against its DTD and XSD.

1xml data-validation dtd dtd-validation parser python xml xml-parser xml-parsing xml-validation xsd

Last synced: 24 Mar 2025

https://github.com/muni-town/linktree-parser

linktree-parser is a TypeScript library for scraping and extracting account, links, banners, and metadata from Linktree profiles.

bun deno javascript-library linktree nodejs parser scraper typescript-library webscraping

Last synced: 10 Mar 2026

https://github.com/hemakodaa/bsky-getauthorfeed-parser

A parser for app.bsky.feed.getAuthorFeed GET endpoint

bluesky bluesky-api parser

Last synced: 16 Apr 2026

https://github.com/FouFouJouJou/jeeson

Json parsing library

json jsonparser parser

Last synced: 29 Jun 2026

https://github.com/askirmas/arg-env

Node.js package to work with `.env` files in the same way as docker and docker-compose via `--env-file` or `"env_file"` in package.json

arguments cli docker docker-compose dotenv env env-file environment-variables loader node parser

Last synced: 05 Jan 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/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/chuckeyzz/dvgc01

Lab work for Programming Languages course at Karlstad university

lexer parser pascal

Last synced: 18 Jul 2025

https://github.com/ghostwriter/syntax2

Lexical Analysis library for PHP (Tokenizer, Lexer, Parser, Generator)

generator ghostwriter lexer parser php syntax tokenizer

Last synced: 28 Mar 2025

https://github.com/bottledlactose/essencio

A header-only library for loading file formats found in MySims and MySims Kingdom.

cpp mysims mysims-kingdom parser

Last synced: 17 Jul 2025

https://github.com/felixbd/while

Parser and interpreter for the While programming language (in haskell)

haskell interpreter parser while

Last synced: 13 Apr 2025

https://github.com/nicholaswmin/arithmeticss

arithmetic expressions on CSS variables

css css-custom-properties parser

Last synced: 17 May 2026

https://github.com/neudinger/osmtogeojson

Convert osm xml to osm GeoJson Dlang project

docker json linux osm osm-geojson parser split xml

Last synced: 08 May 2026

https://github.com/ghosind/formatparser

Parse format strings.

formatter parser

Last synced: 15 Jul 2025

https://github.com/surajkareppagol/parser

🇵 Python Script: XML To JSON Conversion Tool.

converter parser xmltojson

Last synced: 15 Jul 2025

https://github.com/andrey-oss/mc-checker

MC-Checker - Minecraft server checker written on python3

api minecraft parser python3 server

Last synced: 07 Apr 2026

https://github.com/thutasann/go-parser

Custom Language Parser in Golang

golang parser

Last synced: 14 Jul 2025

https://github.com/google/dtoolkit

A Rust library for parsing and manipulating Flattened Device Tree (FDT) blobs.

device-tree parser rust

Last synced: 11 Jan 2026

https://github.com/mixa3607/beamerlrw

Library for read and write beam files or erlang Ext terms

beam binary csharp erlang parser

Last synced: 17 May 2026

https://github.com/kruceo/marceo

Converts Markdown to HTML, allowing you to create fully customized and structured HTML documents.

html markdown markdown-to-html parser

Last synced: 12 Feb 2026

https://github.com/teneplaysofficial/markdom

A Markdown and HTML parser for Node.js with TOC generation and anchor support.

cli javascript markdown markdown-parser nodejs npm-package parser rollup typescript vitest

Last synced: 13 Apr 2025

https://github.com/yashkumarverma/argument-parser-cpp

a simple argument parser in c++

argument cli cpp parser

Last synced: 27 Jun 2025

https://github.com/jchip/string-array

⚙Parse string into array of string elements

array parse parser string

Last synced: 23 Sep 2025

https://github.com/csothen/htmlparser

Website parser and analyser

go golang parser

Last synced: 27 Mar 2025

https://github.com/wangtao0101/parse-comment-es6

A fast comment parse for es6 without dependence, support loc and range

commnet es6 javascript parser

Last synced: 28 Mar 2025

https://github.com/said-m/priprava

Template engine for describing JSON with dynamic data.

json object parser template-engine

Last synced: 03 May 2026

https://github.com/kavignon/highspeedxmlinterpret

Performant XML text parser.

dotnet-core fsharp parser

Last synced: 04 Apr 2025

https://github.com/pumpfun-max/carbon-cli-ys

This repo is a fork of carbon-cli and modified to support yellowstone Instruction types.

anchor codama decoder parser solana solanatransaction yellowstone yellowstonegrpc

Last synced: 14 May 2026

https://github.com/csgn/pipo

Config Parser

config-parser parser

Last synced: 23 Jun 2025

https://github.com/sgruszka/tree-sitter-bpftrace

bpftrace grammar for tree-sitter

bpftrace grammar parser tree-sitter

Last synced: 17 Feb 2026

https://github.com/hhhscvx/wildberriesscraper

ТГ Бот парсер Wildberries по артикулу товара

aiogram parser python scraper scraper-python telegram-bot wb wildberries

Last synced: 05 Apr 2025

https://github.com/kirill71/math-expression-parser

Console mathemathic calculator based in Dejckstra sorted station algorithm and support math function such as sin, cos ect.

dejkstra expression math parser sorted-station-algorithm

Last synced: 22 Jun 2025