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/silentsoft/datecraft

Facade API to handling various date formats for Coordinated Universal Time also known as UTC.

converter date datetime formatter gmt offset parser time timestamp timezone utc

Last synced: 11 Jan 2026

https://github.com/roswelly/solana-transaction-crawler

crawl & parse solana transaction

crawler parser rust solana transaction

Last synced: 15 May 2026

https://github.com/dreamycecil/lilacdragonscript

***Deprecated!!!*** A self-made interpreter for a simple scripting language with a JavaScript-like syntax. [Work In Progress]

compiler interpreter language parser programming-language scripting-language

Last synced: 01 May 2025

https://github.com/dopsun/chatbot-cli

A simple ChatBot command line parser, trained with templates.

chatbot cli parser

Last synced: 11 Jan 2026

https://github.com/mikroskeem/quackit

Quake/Valve .cfg file parser

configuration golang library parser quake source-engine valve

Last synced: 28 Mar 2025

https://github.com/yord/shargs-core

shargs-core is the core parser loop of shargs 🦈.

command-line parser shargs

Last synced: 19 Jun 2025

https://github.com/iamlostshit/token-finder-base

База слитых в open sourse токенов Telegram-ботов.

aiogram aiohttp automation base bot bots git github parser telegram tg token token-finder tokens username

Last synced: 15 May 2026

https://github.com/himenon/convert-text-to-react

PlainテキストにReactのコンポーネントを適用させるサンプルコード

function parser react typescript

Last synced: 15 Apr 2026

https://github.com/skalt/container_image_dist_ref

A library for parsing OCI container image references

docker oci-distribution oci-image parser

Last synced: 17 Feb 2026

https://github.com/john-science/morgue_librarian

Tools for parsing DCSS morgue files

dcss parser roguelike

Last synced: 31 Aug 2025

https://github.com/vit0rr/chicken

Chicken is a toy programming language in OCaml because I want to learn OCaml

chicken compiler lexer ocaml parser parsing programming-language

Last synced: 28 Mar 2025

https://github.com/so1der/python-parser

Python news parser, which sends messages in telegram

beautifulsoup4 parser python-script requests telebot telegram-bot

Last synced: 28 Mar 2025

https://github.com/oefenweb/r-item-json-parser

Removes JSON format from Oefenweb item dataset

cran item json parser r

Last synced: 17 May 2026

https://github.com/francisrstokes/hindley-milner-parser

A Hindley-Milner type signature parser in haskell

haskell parsec parser parser-combinators

Last synced: 04 Apr 2025

https://github.com/andreytretiachenko/parser_model_auto

Парсер моделей и модификаций грузовых автомобилей

bs4 parser python requests

Last synced: 13 Dec 2025

https://github.com/bharat23/wpt-parser

A python package to fetch and extract test results from Webpagetest, speed curve and other webpagetest backed products.

json parser python3 speedcurve webpagetest

Last synced: 15 May 2026

https://github.com/gchudnov/jaxzilla

A JSON parser for Scala with SAX-style API.

hacktoberfest json parser

Last synced: 12 Apr 2026

https://github.com/il2horusteam/il2fb-ds-events-parser

Parser of events of the dedicated server of «IL-2 Sturmovik: Forgotten Battles» flight simulator

events forgotten-battles il-2 library parser python sturmovik

Last synced: 21 Mar 2025

https://github.com/why15w/lanzou

一个基于 Express 的蓝奏云直链解析服务。

express lanzoucloud parser url

Last synced: 08 Apr 2026

https://github.com/malikzh/computejs

An expression calculator library for JavaScript

calculator compute computejs expression formula function javascript js lexer library math parser secure

Last synced: 12 Jun 2026

https://github.com/soerlemans/pcap-parser-simba2json-processor

Highly performant C++23 PCAP parser that converts SIMBA messages to JSON. Done as a coding challenge for a High Frequency Trading (HFT) firm.

callgrind cpp cpp23 high-frequency-trading high-performance-computing json optimization parser pcap performance simba

Last synced: 29 Apr 2026

https://github.com/xzripper/rustmathparser

Simple math problems parser in rust.

parser

Last synced: 03 Apr 2025

https://github.com/andrianllmm/eng-dictionary-parser

Parser for an English XML dictionary

dictionary english parser text-mining xml-parser

Last synced: 09 Jul 2025

https://github.com/RSGL/RSP

Single Header File Library that can pharse multiple databases all in one single header file. Supports, XML (HTML/SVG) and JSON

cpp cpp11 header-only html json library parser rsgl single-header xml

Last synced: 12 Mar 2025

https://github.com/airvzxf/sniparinject

SniPar Inject is the abbreviation of these three word: Sniffer, Parser and Inject. Intercept and read the network packets to find information about the game, but it could be useful for any network sniffer.

game games hack hacking inject monitor monitoring network networking packet packets parse parser sniff sniffer video-game video-games

Last synced: 18 May 2026

https://github.com/wellesonx/gomond

Lightweight monitoring system

log monitoring parser

Last synced: 20 Apr 2026

https://github.com/johnjohndoe/droidconberlin-base

A Kotlin library containing a parser and models for the Droidcon Berlin API.

2018 api backend berlin berlindroid droidcon json kotlin library moshi parser retrofit wrapper

Last synced: 15 May 2026

https://github.com/imoutochan/cummonerparser

Comix parser from www.totempole666.com site.

csharp parser site-parser

Last synced: 15 Jun 2025

https://github.com/dedinc/yamager

Yamager - Simple module for parsing images from Yandex and Google.

downloader google-image-search google-images image-parser image-python parse parser parsing python-parser python3 yandex-parsing

Last synced: 31 Mar 2025

https://github.com/vsedyshev-intermedia/vparser

VParser is Python parser provide smart string parser and matcher

bdd bdd-framework parser parser-combinators python

Last synced: 28 Dec 2025

https://github.com/weakish/ceylon-sexp

S-expression subset as a data-interchange format

0bsd ceylon parser sexp

Last synced: 06 Mar 2026

https://github.com/marirs/nparse

Parser library for specific use-cases

nom nom-parser parser rust rust-crate rust-lang rust-library

Last synced: 07 Apr 2026

https://github.com/sh-cho/tree-sitter-fluentbit

fluent-bit grammar for tree-sitter

fluent-bit grammar parser tree-sitter

Last synced: 30 Apr 2025

https://github.com/gitcordier/reversepolishnotationparser

Parses then computes RPN expressions. Iterative algorithm, not the naive one! Problem originated from http://codingdojo.org/kata/. Further reading at https://en.wikipedia.org/wiki/Reverse_Polish_notation

codingdojo parser parsing reverse-polish-notation rpn rpn-calculator rpn-expressions

Last synced: 28 Jun 2025

https://github.com/benser22/json-toon-converter-compact

TypeScript library to convert JSON ↔ TOON (Token‑Oriented Object Notation) with validation utilities.

cjs converter data-serialization esm javascript json library npm-package parser token-oriented-object-notation typescript validation

Last synced: 07 Apr 2026

https://github.com/eibens/module_url

Extract version number, module name, and more from ESM or TypeScript module URLs.

deno parser typescript url versioning

Last synced: 15 May 2026

https://github.com/fernandezseb/experimental-classdump

A simple classfile parser similar to javap, for learning purposes

classfile java jvm parser

Last synced: 07 May 2025

https://github.com/bytebase/tidb-parser

TiDB parser based on ANTLR4

antlr antlr-parser antlr4 database parser sql tidb

Last synced: 02 Nov 2025

https://github.com/alexmaryin/metarkt

Kotlin multiplatform library for parsing METAR raw data into pure Kotlin data classes.

decoder kotlin metar multiplatform parser

Last synced: 29 Mar 2025

https://github.com/j5ik2o/uri-rs

A Rust crate for URI.

parser rust uri

Last synced: 12 Apr 2025

https://github.com/danielduarte/diffparse

Simple parser for Diff files (unified diff format)

diff parse parser patch tool unified-format

Last synced: 05 Apr 2025

https://github.com/tank-bohr/legendary_goggles

Converts human readable representation of time to machine readable

date erlang leex parser sugar

Last synced: 07 Sep 2025

https://github.com/scrapesome/scrapesome

A Powerful Web Scraper with dynamic rendering support.

asyncio markdown parser playwright python scraper scraping

Last synced: 15 Jun 2025

https://github.com/gsmith257-cyber/katzparty

MimiKatz output parser, written in Powershell

hacking hashes mimikatz parser passwords pentesting

Last synced: 18 May 2026

https://github.com/tiagoboeing/graphql-federation-schema-parser

CLI tool to parse GraphQL schemas and generate federated GraphQL schemas for use in a GraphQL Federation gateway

cli graphos graphql hive parser schema wundergraph

Last synced: 30 Oct 2025

https://github.com/jwerle/kargv

Minimal command line options parser for Kotlin/Native

argv kargv kotlin native parser

Last synced: 28 Mar 2025

https://github.com/netresearch/node-red-contrib-magento-eqp

Node-RED module to parse Magento EQP callbacks

api-wrapper magento node-red node-red-contrib parser

Last synced: 17 Feb 2026

https://github.com/hex-cat-man/tree-sitter-smarty

Smarty grammar for Tree-sitter

parser smarty tree-sitter

Last synced: 15 May 2026

https://github.com/nasso/comparse

A highly generic parser combinators library.

haskell parser parser-combinators

Last synced: 08 Jul 2025

https://github.com/nbareil/yaraparser-go

scanning and parsing yara files just for fun, ⚠️ NOT (intented to be) FINISHED!

go parser yara yara-format

Last synced: 24 May 2026

https://github.com/apendua/any-language

A toolbelt for creating cool parsers and interpreters

expression-evaluator grammar parser pratt-parser

Last synced: 12 Sep 2025

https://github.com/thedesconnet/oxyparserjs

Parser links to files from OxyCloud in Node JS

nodejs oxycloud parser

Last synced: 15 May 2026

https://github.com/ferhatgec/fpaper.py

Fegeya FPaper.Py, Python3 implementation of FPaper

cpp e-paper fegeya file file-format fpaper implementation parser python python3 read

Last synced: 18 May 2026

https://github.com/cubinegaming/calc-lang

a text-based interpreted calculator (adding more features)

ast calc calculator interperters lexer parser rust tokens

Last synced: 12 May 2025

https://github.com/grunka/json

A very simple JSON parsing and stringifying library with defaults that I like

java json parse parser

Last synced: 18 May 2026

https://github.com/jcxldn/geoplanet

Parse Yahoo GeoPlanet data in NodeJS. https://geoplanet.prouser123.me/

async fast geoplanet parser woeid yahoo

Last synced: 28 Oct 2025

https://github.com/slayers-git/slconfig

Unix configuration file parser

c89 config configuration-files parser

Last synced: 05 Apr 2025

https://github.com/tanakaworld/web_service_uri

🌈 URI parser for web services in the world.

parser rails ruby ruby-on-rails uri webservices

Last synced: 18 May 2026

https://github.com/sdm-lang/tree-sitter-sdml

Tree-sitter grammar for the Simple Domain Modeling Language (SDML)

bindings parser sdml tree-sitter

Last synced: 12 May 2025

https://github.com/nabijaczleweli/pls-rs

Rust crate for parsing and writing the PLS playlist format

parser playlist rust-library

Last synced: 11 Apr 2025

https://github.com/gaurav-gosain/jsml

JSML - JSON Manipulation Library | JSML is a lightweight C library for parsing and manipulating JSON data.

c json parser

Last synced: 29 Apr 2026

https://github.com/macmod/outparser

A simple utility to quickly parse a folder containing multiple Outlook .msg files into a friendly JSON file.

msg outlook parser purview

Last synced: 03 Jul 2026

https://github.com/dokwork/parcom

Parser combinators for Zig, ready to parse on-the-fly. Consume input, not memory.

parser parser-combinators zig zig-library ziglang

Last synced: 18 May 2026

https://github.com/wils0ns/oi

Command line parser for python applications.

argparse cli parser python

Last synced: 21 Mar 2025

https://github.com/tech189/tiripode

Parser and grammar tool for Mycenaean Greek / Linear B

ancient-greek linear-b mycenaean parser postgresql python

Last synced: 18 May 2026

https://github.com/rafaeelaudibert/compiladores.yy.c

Compiler for the fictional ere2020 language developed for Compilers 101 course at UFRGS.

101 compilers lexer parser ufrgs

Last synced: 27 Mar 2025

https://github.com/endersonmaia/sngpc-go

SNGPC - Parser, Exporter e CLI

anonymization anonymizer anvisa parser sngpc xml xml-parser

Last synced: 04 Apr 2025

https://github.com/oxylabs/custom-parser-instructions

Learn the fundamentals of writing parsing instructions with Oxylabs' Custom Parser.

parser parsing python scraping scraping-websites tutorial web-scraping

Last synced: 24 Dec 2025

https://github.com/ustccw/qifi-c-parser

A lightweight QiFi parser in C

parser qifi qr qrcode scanner wifi

Last synced: 15 Jun 2025

https://github.com/mhshams/parser-combinators

Parser combinators with kotlin

json-parser kotlin parser parser-combinators

Last synced: 01 Jul 2026

https://github.com/marcbachmann/boolean-expression

⋀⋁ Create a boolean expression that's safe (you can still harm your app if you don't validate) to eval.

boolean-expression code-generation parser

Last synced: 04 Apr 2025

https://github.com/peti/parsec-class

Type class for types that can be constructed from their text representation

haskell haskell-library parsec parser

Last synced: 07 Mar 2026

https://github.com/ruisoftware/antlr4-file-generator

Automatically generates Java and JavaScript files based on information retrieved from a plain text file.

antlr4 antlr4-grammar file generator java javascript maven-plugin parser

Last synced: 18 May 2026

https://github.com/xirzo/httpparser

Http parser for recreational purposes

http parser

Last synced: 19 Apr 2026

https://github.com/daankets/node-cli-advanced

Advanced Node Command Line Interpreter

argument cli javascript node parser typescript

Last synced: 09 Apr 2026

https://github.com/cubicpath/dyncommands

Dynamic command execution, parsing, and storage for IRC chatbots and CLI applications.

dynamic extensible library parser pypi-package python python3

Last synced: 13 Mar 2025

https://github.com/92181/calculator

A small and lightweight Javascript calculator. Useful for integration into web applications.

calculator html javascript math parser

Last synced: 18 May 2026

https://github.com/tutv/luxojr

Get pixels from image or buffer

buffer images jpeg nodejs parser pixels png

Last synced: 18 May 2026

https://github.com/akrck02/markdown-docs-dev-diary

Development diary for the markdown-docs library.

dev-diary markdown parser

Last synced: 15 Jun 2025

https://github.com/halfzebra/parser-experiment

:microscope: an experiment with traceable parsers

parser parser-combinators parser-library

Last synced: 04 Jul 2026

https://github.com/casparwylie/zandt-lang

Another homemade programming language (ongoing and incomplete!)

language lexer parser programming-language

Last synced: 18 May 2026

https://github.com/armmbed/logic-trace-parser

This tool parses an export from Saleae Logic software and interprets it according to the configuration used.

logic parser saleae spif trace

Last synced: 25 Jun 2025

https://github.com/vimaltiwari2612/expression-evaluator-tree-creator

A tool to parse expression and form an expression tree. Can be used to understand complex If-Else conditions/ Algorithm studies / compiler design studies.

compiler-design css css3 expression-evaluator expression-parser expression-tree-builder expressionengine html javascript parser pure-javascript syntax-tree tree-structure treeview

Last synced: 14 May 2026

https://github.com/bullheadandplato/compiler-palm-tree

CS462 term project. lexical analyzer and parser for/in C++ language

compiler lexical-analyzer parser

Last synced: 09 Apr 2025

https://github.com/xfnty/calc

Simple mathematical expression solver that supports operator priorities.

ast beginner-project calculator lexer parser

Last synced: 06 Oct 2025

https://github.com/michalwa/py-cliffs

Command Line Interface Utility

cli command-line parser syntax utility

Last synced: 02 Apr 2025

https://github.com/zenor0/compiler-labs

Fuzhou University 2024 compiler course labs.

2024 analysis compiler course-labs fzu grammar lab lexer parse parser python semantic

Last synced: 05 May 2025

https://github.com/brh55/file-to-objects

:page_facing_up: Parse a field delimited file, line-by-line, and return a JavaScript array containing parsed objects

delimited-files parser

Last synced: 19 May 2026

https://github.com/engineeringsoftware/gocgo

C language lexer, parser, and visitors

c go lexer parser visitors

Last synced: 19 May 2026