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/tiaanduplessis/micro-parsers

Body parsers extracted from Micro

buffer json micro parser string

Last synced: 15 May 2026

https://github.com/plume-lang/tree-sitter-plume

Plume grammar for tree-sitter

parser plume tree-sitter

Last synced: 09 May 2026

https://github.com/razshare/olang-old

Experimental frontend for WASI and other targets (mainly PHP).

ast frontend parser php webassembly

Last synced: 18 Jun 2025

https://github.com/ayeshamk23/minishell

minishell is a basic UNIX shell written in C that supports command execution, pipes, redirections, and environment variables.

environment-variables fork minishell parser pipe redirection shell terminal unix

Last synced: 20 Apr 2026

https://github.com/nilssonk/taoirc

A simple IRC client written in Rust.

grammar irc parser rust

Last synced: 08 Aug 2025

https://github.com/gregabbott/skip

Markdown to HTML webpages with 1 XSLT file. (Handles Wikilinks. Uses no JavaScript.)

blog blog-engine converter css html markdown nobuild nojs parser simple smol smolweb static-site tool web-design webpage website wikilinks xml xslt

Last synced: 09 May 2026

https://github.com/mysterious-ben/xmlrecords

Utilities to extract tabular data from XML

parser xml

Last synced: 30 Jul 2025

https://github.com/sftsrv/parz

A simple parser combinator library

functional-programming gleam gleam-lang parser parser-combinators

Last synced: 05 Feb 2026

https://github.com/slegarraga/json-from-llm

Extract valid JSON from an LLM response, even when wrapped in reasoning/thinking tags, markdown fences or prose. Zero dependencies.

ai-agents anthropic deepseek gemini json json-parser llm llm-output openai openai-compatible parser reasoning structured-output tool-calling typescript zero-dependencies

Last synced: 05 Jun 2026

https://github.com/haroldo-ok/cnab-240-to-yaml

Lê arquivos CNAB 240 e os transforma em YAML, para facilitar conferências de dados.

cnab cnab240 febraban parser

Last synced: 25 Mar 2025

https://github.com/textwire/tree-sitter-textwire

The tree-sitter parser for Textwire, dynamic templating and scripting language for Go. Ideal for embedding dynamic content with Go applications

parser tree-sitter tree-sitter-parser

Last synced: 09 May 2026

https://github.com/ramanakumars/bibtexparser

Parses .bib file into plaintext/HTML entries

bibtex parser python

Last synced: 20 Apr 2026

https://github.com/WinterCore/jsonerino

Another JSON parser written from scratch in Ruby

cli json parser ruby

Last synced: 12 Jul 2025

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

The purpose of this repository/library is to provide the most relevant and used extension methods in the life cycle of application development that allow us to improve our code, and writing speed, and use more efficiently dev team time during this period for more complex functionality.

api class data datatype extension helper object parser type util

Last synced: 20 Sep 2025

https://github.com/fall3n4ng3l/procfs_net_parse

procfs net files parser bash script for scanning active sockets

awk bash linux parser pentest procfs

Last synced: 10 May 2026

https://github.com/hienlh/parse-apk-ipa

🗳 Packed node js to parse apk/iap file

apk ipa json parser

Last synced: 21 Apr 2026

https://github.com/nathanpc/pickle

An electronic component pick list application and file parser library

electronics parser perl

Last synced: 19 Feb 2026

https://github.com/chenasraf/search-ast-parser-js

Easy parser for search query strings, for you to use in your filters.

ast ast-parser javascript parser search-query typescript

Last synced: 21 Apr 2026

https://github.com/thechampagne/bibtex.h

A single-file header-only library to parse BibTeX.

bibtex bibtexparser c library parser

Last synced: 05 Jun 2026

https://github.com/Koatty/koatty_payload

Payload parser for koatty.

middleware parser request-handler

Last synced: 09 Aug 2025

https://github.com/rk0cc/dart_repourl

Alternative Uri object of representing repository URL in Git

dart git http https parser repository repository-url rsync ssh uri url

Last synced: 22 Apr 2026

https://github.com/hq20/sol-comments-parser

[DEPRECATED] A fast and friendly solidity comments parser :snail:

comment comments parser smart-contract smart-contracts solidity solidity-contracts solidity-language solidity-web

Last synced: 03 Oct 2025

https://github.com/qamate/excel-parser

This project accepts xlsx, xls and csv file as an input and gives output in Listt<Hashmap<String,String>> format

csv hashmap parse parser xls

Last synced: 14 Jan 2026

https://github.com/nakabonne/fmtdiff

A goimports client as well as a parser of its result

diff go go-library gofmt goimports golang parser

Last synced: 03 Oct 2025

https://github.com/farinap5/ndr-c

Custom architecture and compiler written in C

compiler lexer neander parser

Last synced: 17 Sep 2025

https://github.com/mtoohey31/starpath

A position-aware parser combinator library for OCaml with readable errors.

ocaml ocaml-library parser parser-combinators

Last synced: 11 Aug 2025

https://github.com/josephbartlett/ccd-viewer

Lightweight PHP CCDA/CCD viewer that parses uploaded clinical documents, shows patient metadata, section narratives, structured entries, and XML snippets in a Bootstrap UI.

bootstrap ccd ccda clinical-documents health-data health-it healthcare hl7 parser php viewer xml

Last synced: 13 Jan 2026

https://github.com/raulil/plorth-parser

Parser for Plorth programming language

parser plorth typescript-library

Last synced: 05 Jun 2026

https://github.com/alextkdev/parser_instagram_and_youtube

These two scripts allow you to download content from YouTube and Instagram

async-parser instagram instagram-scraper parser youtube-downloader

Last synced: 05 Sep 2025

https://github.com/nhatthm/timeparser

Time parser for Golang

go golang parser time timeparser

Last synced: 15 Feb 2026

https://github.com/koykov/urlvector

Vector URL parser with minimum memory consumption.

parser url vector

Last synced: 20 Jan 2026

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/terotests/rangerparser

Opinionated tokenizer and parser for common and custom languages

ast generic parser tokenizer

Last synced: 22 Mar 2025

https://github.com/lathoub/express

Fast, unopinionated, (very) minimalist web framework for Arduino ESP32

arduino arduino-library esp32-arduino express html http http-server parser web webservice

Last synced: 13 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/mython-dev/parser-news

This bot can parse the news from the site kun.uz :)

aiogram beautifulsoup parser parsing python telegram-bot

Last synced: 20 Aug 2025

https://github.com/httpland/sfv-parser

Structured Field Values for HTTP parser and serializer

field header http parse parser rfc8941 selializer serialize structured structured-field

Last synced: 21 Feb 2026

https://github.com/pastuhov/php-xml2object

Converts XML to object

converter json object parser php xml

Last synced: 10 May 2026

https://github.com/trueold89/vsuetrss

Скраппер генерирующий RSS ленту новостей для сайта vsuet.ru

docker fastapi parser python redis rss rss-feed rss-generator scraper xml

Last synced: 05 May 2026

https://git.hiifong.cc/mirrors/maddy

C++ Markdown to HTML header-only parser library

c-plus-plus cpp cpp14 header-only html library markdown parser

Last synced: 04 Oct 2025

https://github.com/fedescripts/showmap

Showmap a simple parser of Nmap output

nmap parser

Last synced: 06 Jul 2025

https://github.com/jf17/html-to-json-parser

HTML parser(grabber) to JSON format

golang grabber html html-parser json parser skrapping

Last synced: 09 May 2026

https://github.com/jayeshmepani/libpostal-ffi-python

Zero-setup, 1:1 C-FFI Python wrapper for libpostal. Cross-platform, automatic prebuilt binaries, no C compilation required.

address-normalization address-parser address-standardization c-binding cross-platform ctypes ffi geocoding gis libpostal libpostal-python machine-learning nlp openvenues parser postalkit pypi python python3 zero-setup

Last synced: 24 Apr 2026

https://github.com/younes-alturkey/paint

.NET Windows Forms app applying concepts of Tokenization, Custom File extension, and Computer Graphics.

csharp filesystem graphics parser state-management tokenizer

Last synced: 06 Jul 2026

https://github.com/mblumtritt/parse-argv

A command line parser that only needs your help text.

argv argv-parser cli parse parser ruby ruby-gem

Last synced: 16 Mar 2025

https://github.com/mycroft/aiml-poc

AIML Parser & interpreter

aiml interpreter parser xml

Last synced: 24 Apr 2026

https://github.com/igor-marinescu/mapalizer

A parser and viewer of linker-generated map files.

linker map-files parser

Last synced: 17 Mar 2025

https://github.com/vueware/csv-parser

Converts .csv files to JSON object arrays.

csv json parser typescript

Last synced: 18 Apr 2026

https://github.com/stanleystanmarsh/phrases-generator

The program for text parsing and text continuation generation based on N-grams.

haskell n-grams parser

Last synced: 23 Jul 2025

https://github.com/letsmakecakes/json-parser

A lightweight JSON parser built in Go, designed to tokenize and parse JSON.

cli go golang json lexer lexer-parser parser tokenization

Last synced: 12 May 2026

https://github.com/olacin/tree-sitter-storm

Storm grammar for tree-sitter

lexer parser storm synapse

Last synced: 03 Feb 2026

https://github.com/ethiy/free3ds

Small Library handling the 3DS format files.

file-handling parser

Last synced: 02 Apr 2025

https://github.com/mlightcad/dxf-json

Forked version of dotoritos-kim/dxf-json with some enhancement which are not supported in the original repository.

autocad cad dxf parser

Last synced: 06 Jun 2026

https://github.com/serkodev/markdown-exit

Fast, customizable Markdown parser and renderer with full CommonMark support. TypeScript rewrite of markdown-it with enhancements.

commonmark javascript markdown parser renderer typescript

Last synced: 20 Jan 2026

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/koatty/koatty_payload

Payload parser for koatty.

middleware parser request-handler

Last synced: 27 Apr 2026

https://github.com/eeriemyxi/c-rpn-eval

C program that can evaluate postfix arithmetic expressions (Reverse Polish Notation).

c evaluator parser postfix rpn

Last synced: 28 Jun 2025

https://github.com/dylancl/sitemap-crawler

Verify the status of each url in a (hosted) sitemap XML file.

crawler parser scraper sitemap xml

Last synced: 04 Oct 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/edg-l/ddnet-map-lib

Typescript ddnet map library

ddnet library map parser teeworlds typescript

Last synced: 11 Mar 2025

https://github.com/gthomas08/flex-bison-project

Lexical and grammatical implementation of a subset of the Python programming language.

bison flex parser python

Last synced: 28 Apr 2026

https://github.com/miranizam/online-library

The script that help you to parse books and information about them posted on the site tululu.org. You can also deploy your own site with books and make it in offline format.

argparse beautifulsoup css-selectors github-pages parser python3 website

Last synced: 14 Mar 2025

https://github.com/hosmelq/search-syntax-parser

Parse complex search queries into structured data with support for field searches, boolean logic, range comparisons, and multiple output formats.

ast expression grammar lexer parser search syntax

Last synced: 15 Aug 2025

https://github.com/kockarevicivan/homl-parser

Custom language parser, created with RapidXML in C++.

c-plus-plus homl parser rapid-xml

Last synced: 27 Mar 2025

https://github.com/azhovan/brainfuck

A brain fuck interpreter implementation with Golang

brain-fuck-interpreter brainfuck golang interpreter lexer parser

Last synced: 14 May 2026

https://github.com/jamesshenjian/jpegsl

A simple parser for sequential lossless jpeg pixel data used in dicom ct files

golang lossless-jpeg parser

Last synced: 13 Jan 2026

https://github.com/yazaldefilimone/letter.parser

📄 | Recursive descent parser | Abstract Syntax Trees | Tokenizer

compiler compiler-design lexical-analyzer parser scanner tokenizer

Last synced: 07 Jul 2025

https://github.com/yazaldefilimone/json-parser

A JSON Parser in Rust

interpreter parser rust

Last synced: 06 Jun 2026

https://github.com/bpetermann/ts-lox

Typescript interpreter for lox

interpreter nodejs parser scanner typescript

Last synced: 02 Jan 2026

https://github.com/sv-tools/conf-parser-yaml

YAML parser for conf project

conf parser yaml

Last synced: 11 Dec 2025

https://github.com/sv-tools/conf-parser-json

JSON parser for conf project

conf parser

Last synced: 08 Aug 2025

https://github.com/dark-lon3r/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: 28 Feb 2025

https://github.com/puntorigen4u/dsl_parser

ES6 Class for creating and parsing Concepto DSL files.

concepto creador dsl javascript nodejs parser puntorigen

Last synced: 25 Apr 2026

https://github.com/omimouni/use-pdf-renderer

A React hook for rendering PDF files as images

converter hook images parser pdf pdf-renderer react renderer

Last synced: 27 Jun 2025

https://github.com/nikolapeja6/bio-med-proj

School project for the course Bio-Med (Računarstvo u Bio-Medicini, en. Computers in Biomedicine) course which is part of the Master studies at the School of Electrical Engineering, University of Belgrade.

expression-engine expression-evaluator parser rest-api school-project

Last synced: 04 Oct 2025

https://github.com/ErnestoRB/RBXML-Parser

Analizador sintáctico de XML

parser rust xml

Last synced: 12 Mar 2025

https://github.com/belltoy/tree-sitter-openmetrics

OpenMetrics text format grammar for tree-sitter

parser tree-sitter

Last synced: 15 May 2026

https://github.com/ktav-lang/python

Python bindings for Ktav — a plain configuration format with three rules, zero indentation, and zero quoting. PyO3 over the reference Rust crate, abi3 wheels, json-shaped API.

config config-format configuration ktav parser pyo3 python

Last synced: 25 Apr 2026

https://github.com/tonyaajjackson/sosh_coding_test

A Python-based attempt at solving Sosh's take-home programming test, begun with next to no knowledge of parsers.

datetime parser parser-combinators recursive-descent-parser

Last synced: 24 Jun 2025

https://github.com/asynched/json-parser

A JSON parser written in Javascript using parser combinators.

json parser parser-combinators

Last synced: 26 Apr 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/saimoulibandari/transfigure.server

This server is responsible for converting excel to other formats

lambda pandas parser python-lambda python3

Last synced: 26 Apr 2026

https://github.com/zhuliquan/datemath_parser

This package can parse date match expression, which used by ElasticSearch

datemath elasticsearch golang parser

Last synced: 12 Apr 2026

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/psydok/app_mafic

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

android google-play parser

Last synced: 12 Apr 2026