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/rishikeshdubey13/wc-terminal

This is a wc tool.

parser python3 unix

Last synced: 25 Sep 2025

https://github.com/lost22git/parser-combinator

parser combinator

combinator parser

Last synced: 02 Aug 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/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/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/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/frankfont/smallxmlparser

Tested with Java 8 and originally written in Java2 (v1.3.1) with the goals of high speed, small code size, and interface minimalism. Source code is freely distributed.

fast interface-minimalism java parser small xml

Last synced: 03 Jul 2025

https://github.com/blacksujit/suraksha

Welcome to the **SURAKSHA -- Secure Document Query Application**! This powerful tool allows you to securely upload, search, and analyze documents with ease. Built using Streamlit, this app offers an intuitive interface and various features for managing your document queries efficiently.

aspect-oriented-programming cloud community-cloud-patterns dashboard database-design databse document implemeation integration model-checking model-selection parser project queries-database queries-keeper repository-pattern search secure-document streamlit-webapp testing-tools

Last synced: 24 Mar 2025

https://github.com/womblee/retardlink_uploader_client

A C++ Desktop Client for a URL Shortening service "Retard Link"

client cpp cpp-programming http parser request shortener tool url url-shortener url-shortener-api

Last synced: 01 Aug 2025

https://github.com/vstelmakh/url-highlight-domain-updater

Domain updater for Url highlight

domain parser php url-highlight

Last synced: 08 Nov 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/botforge-pro/goduration-swift

Go-style duration parsing for Swift

duration go parser swift time

Last synced: 17 May 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/isk-insider/eve-paste

📋🌱 A node.js library for parsing copied and pasted data from EVE Online.

appraisal eve-online nodejs parser paste

Last synced: 23 Sep 2025

https://github.com/codedotjs/nocap

:mortar_board: A CAPTCHA decoder that maps HTML-encoded letter patterns to binary matrices, enabling automatic decoding once a dataset of letter patterns is built.

captcha decoder parser python

Last synced: 28 Mar 2025

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/ivuorinen/bbcodeparser

Parse your BBCode easy with this library.

bbcode bbcode-parser laravel laravel-package parser php

Last synced: 14 Jan 2026

https://github.com/andstor/latex-math-parser

:wrench: Parser for parsing LaTeX math expressions

latex parser peg-parser

Last synced: 31 Jul 2025

https://github.com/erikrios/go-text-to-json

Plain Text Format into JSON Format Converter

convert converter go golang parser

Last synced: 29 Jun 2026

https://github.com/oscarmarcusson/whitespacenet

A C# utility for scanning the significant whitespace hierarchy of a string

csharp hierarchy-structure indentation-depth indentation-parsing parser whitespace

Last synced: 25 Jun 2026

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/hulo-lang/hulo-dev

🎓 Learn compiler construction by building Hulo language step by step - from lexer to code generation

analyzer antlr compiler golang hulo hulo-lang interpreter lexer parser token

Last synced: 31 Jul 2025

https://github.com/ik5/smudh

Handling SMPP short_message UDH content in golang

golang parser smpp udh

Last synced: 31 Jul 2025

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/pityubak/collier

This tool can parse paths of class files/java files in jar or filesystem.

parser path

Last synced: 23 Jun 2025

https://github.com/zachey01/redditparse

Parser for Reddit

parser reddit-api

Last synced: 31 Jul 2025

https://github.com/en10/vbparsehtml

Parse HTML in VB

html parser vbnet visual-basic

Last synced: 06 Jan 2026

https://github.com/t1m4/parser_log_apache

This is Apache log parser for searching the most popular vulnerabilities

ddos parser

Last synced: 23 Sep 2025

https://github.com/manuel-lohmus/html-obj

A convertor between js object and HTML. HTML.querySelector() is supported.

cdata convert-js convertor html html-js javascript json object parser query selector stringify

Last synced: 29 Apr 2026

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/nlopes/asciicast-rs

An asciicast file format parser

asciicast asciinema parser

Last synced: 12 Jun 2026

https://github.com/eurydia/project-onyx

An interpreter and visualizer for Boolean algebra.

boolean-algebra boolean-logic lexical-analyzer muiv6 parser react syntax-tree

Last synced: 15 May 2026

https://github.com/ledorub/snort-parser

Simple snort output parser written for my friend's master thesis

parser

Last synced: 10 Sep 2025

https://github.com/hellozee/monkey

My take on the interpreter book

golang interpreter language lexer parser

Last synced: 04 May 2026

https://github.com/edumserrano/markdown-link-check-log-parser

A Docker container GitHub action that can be used to parse the log output from the Markdown Link Check action.

github github-action github-actions markdown markdown-link-check parser

Last synced: 22 Sep 2025

https://github.com/karynaaliushkevich14/currency-calculator

Task was to write a simple currency calculator with a source for exchange rates http://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml.

dom java parser xml

Last synced: 09 Apr 2025

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

Git commits parser.

commit git log next parse parser

Last synced: 06 May 2026

https://github.com/bookshelf-writer/puremail

A blazing‑fast, zero‑allocation Go package for strict e‑mail parsing, tag trimming and binary serialisation

email golang gomod normalize parser valid zero-alloc

Last synced: 30 Jul 2025

https://github.com/jkphl/rdfa-lite-microdata

RDFa Lite 1.1 and HTML Microdata parser for web documents (HTML, SVG, XML)

extract extraction extractor linked-data microdata parser rdfa rdfa-lite schema-org semantic-web structured-data vocabulary

Last synced: 23 Apr 2025

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

Utilities to extract tabular data from XML

parser xml

Last synced: 30 Jul 2025

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/khmelnitskiianton/language

My translation system: my language + translator to NASM

language nasm parser translator x86

Last synced: 30 Oct 2025

https://github.com/iveelsm/graphql-query-parser

Simple utility for extracting GraphQL queries from multiple files

graphql parser parsing query

Last synced: 05 Mar 2026

https://github.com/YGGverse/gemtext-php

Object-oriented PHP 8 library for Gemini / Gemtext operations

composer gemini gemini-php gemini-protocol gemtext gemtext-php library parser php text-gemini

Last synced: 15 Jun 2026

https://github.com/petrvacha/audiogetter

Script prints out all mp3 links on current page

audio-lists mp3 parser

Last synced: 23 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/szsascha/race-result-parser-poc

Proof of concept of race result parser.

golang parser race rest-api

Last synced: 15 Jun 2026

https://github.com/deftio/fifostr

python mutable string class with streaming pattern recognition parser and FIFO support

deque fifo-queue mutable-python-string parser python regex streaming-parser

Last synced: 04 Jul 2025

https://github.com/axetroy/protocols

Get the protocols of an input url.

dart parser protocol url

Last synced: 09 Apr 2025

https://github.com/peeepca/data-analysis

Parse two files and analyse data for user

analytics analyze file parse parser python python3

Last synced: 09 Jun 2026

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/jacoblightning/prefix_parser

A rust library to parse binary and SI number prefixes

binary binary-prefix parser prefix rust rust-crate rust-library si si-prefixes

Last synced: 28 Jul 2025

https://github.com/psydok/app_mafic

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

android google-play parser

Last synced: 12 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/averemee-si/ojdbc-types

A set of classes for converting oracle.sql.* to/from Java types and for decoding some Oracle RDBMS internal structures

datatypes internals java jdbc number oracle parser rba redo redobyteaddress rowid uba undobyteaddress unsigned xid

Last synced: 14 Jan 2026

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/juanbelieni/ochord

A terminal-based interface to manipulate chords and notes.

chords cli music ocaml parser

Last synced: 24 Apr 2025

https://github.com/mrmarble/steambd-calculator-parser

Simple Python package to parse steamdb.info/calculator

calculator parser python steam steamdb

Last synced: 12 Oct 2025

https://github.com/mattiaz/funk

A custom programming language called Funk. This is a mirror of the Gitlab repo.

interpreter lexer parser programming-language

Last synced: 28 Jul 2025

https://github.com/rivnakm/tree-sitter-zenscript

Zenscript grammar for tree-sitter

parser tree-sitter zenscript

Last synced: 18 May 2026

https://github.com/olyutorskii/jinparser

JinParser is a web-scraping Java library for 人狼BBS

game gamedev java library parser werewolf

Last synced: 04 Mar 2025

https://github.com/defective4/ts-epg-reader

Read and parse EPG data from .ts recordings into HTML files

dvb dvb-t dvb-t2 epg html java parser transport-stream ts tv

Last synced: 07 Nov 2025

https://github.com/p4suta/aozora

Pure-functional Rust parser for 青空文庫記法 (Aozora Bunko notation): ルビ, 傍点, 縦中横, 外字, 返り点, indent containers, page breaks.

aozora-bunko cli japanese parser ruby rust shift-jis tategaki typography

Last synced: 16 Jun 2026

https://github.com/ynori7/datesforhumans

This library is a helper to transform natural language date time info into real times.

dates datetime golang natural-language natural-language-processing parser time utility

Last synced: 11 Mar 2026

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/gosulja/twee

A Lua/Luau parser for code analysis and editor integration.

lua luau parser tree-sitter

Last synced: 28 Jul 2025

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/nathanpc/pickle

An electronic component pick list application and file parser library

electronics parser perl

Last synced: 19 Feb 2026

https://github.com/scenent/gp

graph parser for C++.

cpp graph math parser

Last synced: 27 Jul 2025

https://github.com/jrvidal/pylhef

Les Houches Events Format parser

parser physics python

Last synced: 05 Sep 2025

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/videlais/libtwee

libtwee is a C# library for creating and parsing current and historic Twine file formats

c-sharp parser twine1 twine2

Last synced: 14 Jan 2026

https://github.com/abougouffa/simple_parser_rs

Basic math parser made with Rust, made for fun and for trying the language!

grammar lexer parser rust simple-math-parser

Last synced: 01 Jul 2025

https://github.com/codybloemhard/incodoc

Incorporeal document format.

document document-format parser

Last synced: 02 Apr 2025

https://github.com/mauricelambert/QueryCombinedLogFormat

This script parses and implements a syntax to query and filter apache access logs, easiest and faster way to find your logs in incident response.

access-log apache filtering forensics incident-response parser python3 query regex requests

Last synced: 26 Jul 2025

https://github.com/floralist/botaxon

A botanical Python taxonomic parser for (sub)species names

botany parser plants taxonomy

Last synced: 08 Mar 2026

https://github.com/bossley9/rmd

An smart subset of CommonMark with added popular extensions implemented in Zig for CLI and WASM

markdown parser typescript wasm zig

Last synced: 18 Sep 2025

https://github.com/koykov/xmlvector

Vector XML parser with minimum memory consumption.

parser vector xml

Last synced: 20 Jan 2026

https://github.com/esensar/kotlin-newsboat-parser

Parser for newsboat (https://newsboat.org/) configuration and url files

kotlin newsboat parser

Last synced: 05 Jul 2025

https://github.com/mitjafelicijan/rssperado

CLI utility that fetches RSS feeds and also does other stuff

cli ner parser rss translation

Last synced: 26 Jul 2025

https://github.com/ivanlink-py/dns-parser

Basic parser pc compontent data from "dns-shop.ru"

bs4 parser python webdriver

Last synced: 26 Oct 2025

https://github.com/madliani/quoter

A Quote Scraper

parser quotes scraper wikiquote

Last synced: 01 Mar 2025