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/hammadmajid/htmlizemd

A CLI application that converts Markdown to HTML while following CommonMark Spec

markdown parser portfolio-project

Last synced: 14 Mar 2025

https://github.com/develephant/corona-html5-url-plugin

Corona HTML5 plugin with similar functionality to socket.url

corona corona-sdk coronasdk html5 parser plugin url

Last synced: 08 Apr 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/permalik/c_c_compiler

systems:c compiler

c compiler parser

Last synced: 13 Jul 2025

https://github.com/daverandom/xsddistiller

Parses XSD schema documents into data structures

parser php71 xsd

Last synced: 26 Jan 2026

https://github.com/ahajha/cli151

A C++20 reflection based CLI parsing library with parser built at compile time

cli compile-time compile-time-reflection exceptionless no-dynamic-allocations parser

Last synced: 24 Mar 2025

https://github.com/ehuelsmann/xdr-parse

Parse XDR (eXternal Data Representation) definitions into an AST (Abstract Syntax Tree)

abstract-syntax-tree ast external-data-representation parser perl5 xdr

Last synced: 12 Oct 2025

https://github.com/claudiuhbann/streamable_old

Fast and easy-to-use single-header parser with a simple format for C++20 and NO dependencies.

cpp20 easy-to-use fast format no-dependencies parser simple single-header

Last synced: 31 Mar 2025

https://github.com/jeffasante/wasm-inspector

WASM Inspector is a fast Rust-powered tool for analyzing WebAssembly modules in your browser or via CLI. It reveals module structure, function call graphs, performance metrics, memory usage, and runtime compatibility. The core engine is compiled to WebAssembly for efficient client-side analysis in the web interface.

binary-analysis call-graph memory-analysis parser rust security-analysis static-analysis wasm-bindgen webassembly

Last synced: 29 Oct 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/sirridemirtas/mathexpressionparser

Basic Mathematical Expression Lexer/Parser/Interpreter

arithmetic-expression-parser compilers lexer math-interpreter parser

Last synced: 18 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/mezoni/parser_builder_lite

Parser Builder Lite is a source code generator of high performance real-time parsers.

dart dart3 dartlang parser parser-combinators parser-generator parsers peg

Last synced: 24 Mar 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/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/fulminazzo/yamlparser

A Java library to handle non-primitive data types in YAML files. It is built upon the Bukkit FileConfiguration system.

github-actions java parser yaml

Last synced: 05 May 2026

https://github.com/gemmaro/mruby-uriparser

URI parsing for mruby

mruby parser uri

Last synced: 03 Sep 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/martinkindall/piton

A dinamically typed programming language inspired in python.

context-free-grammar java-cup jflex jflex-cup lexer parser

Last synced: 10 Jul 2025

https://github.com/robroseknows/stellaris-parser

Parser for parsing Stellaris game data files.

lark parser python travis-ci

Last synced: 23 Jun 2026

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

Marked text parser

markdown marked parse parser

Last synced: 03 May 2026

https://github.com/scmlab/tree-sitter-pi

tree-sitter parser for the language pi

parser tree-sitter

Last synced: 10 May 2025

https://github.com/fi1a/config

PHP работа с файлами конфигураций. Поддерживает файлы в PHP и JSON форматах.

config json parser php

Last synced: 06 May 2026

https://github.com/fossiq/root

Monorepo for all tools fossiq related

kql kusto parser tree-sitter tree-sitter-grammar typescript

Last synced: 21 Jan 2026

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/nilostolte/svgpathparser

A compact parser for SVG path shape definitions. It allows to generate the same path in absolute coordinates for easy manipulations by hand or in relative coordinates, allowing easy manual placement.

absolute-paths arcto bezier-curves c cubic-bezier curveto lineto open-source opensource parser path quadric-bezier relative-path svg vector-generation vector-graphics webdevelopment

Last synced: 13 Nov 2025

https://github.com/jmir1/aniparse-android

Android wrapper for the python module Aniparse

android-library anime kotlin parser

Last synced: 28 Dec 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/vbasky/revelo

A safe, fast Rust port of MediaInfoLib — reads technical and tag metadata from 177 audio, video, image, and container formats. Drop-in libmediainfo replacement (C ABI + CLI), differential-tested byte-for-byte against the mediainfo oracle.

audio c-api cli codec container-formats ffi image libmediainfo media mediainfo mediainfo-alternative metadata metadata-extraction multimedia parser rust video

Last synced: 06 Jun 2026

https://github.com/ignaciocolussi/simple_toon

Python parser and serializer for TOON (Token-Oriented Object Notation) - Reduce LLM token usage by 30-60%

data-format json llm parser python token-optimization toon

Last synced: 13 Jan 2026

https://github.com/bluk/leb128fmt

A library to encode and decode LEB128 compressed values.

compression dwarf leb128 parser rust variable-length-encoding wasm webassembly

Last synced: 09 Apr 2025

https://github.com/dino65-dev/lox

Lox is a lightweight, dynamically-typed programming language with a simple and minimal syntax.

ast compiler interpreter lox-language parser python scripting-language

Last synced: 15 Mar 2025

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/smikhalevski/tokenizer-dsl

🪵 The API for building streaming tokenizers and lexers.

dsl fast parser streaming tiny tokenizer

Last synced: 11 Apr 2026

https://github.com/ggorets0dev/ru-geolists-creator

Сборщик файлов geosite.dat и geoip.dat для сервера VPN сервера с XRay

cli-app filter geoip geosite json libcurl parser vpn xray-core

Last synced: 06 May 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/ehwan/string-parser

Template LL parser generator

cpp header-only parse parser

Last synced: 02 Apr 2025

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/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/airtucha/pathfinder

Elm eDSL for URL parsing

dsl edsl elm parser parsing url

Last synced: 27 Feb 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/nanonid/xmljsonkit

XML to JSON parser library with ordered elements based on Chevrotain

json parser xml-parse

Last synced: 15 May 2026

https://github.com/st8rboi/mathlex

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

bison c compiler flex lexer math parser

Last synced: 04 Aug 2025

https://github.com/reklatsmasters/wasm2ast

WebAssembly Binary AST Parser

ast node parser wasm webassembly

Last synced: 06 May 2026

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

header_docu with plain cpp

cpp cpp20 parser

Last synced: 31 Mar 2025

https://github.com/cykps/genso

Replace to elements symbol

chemistry parser

Last synced: 02 Apr 2025

https://github.com/aquilax/serifu-go

Go parser for the Serifu markup language

go golang library parser serifu

Last synced: 15 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/cheminfo/mgf-parser

Parse an MGF database into a JSON

mgf mgf-parser parser

Last synced: 16 Apr 2026

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/franfj/sinfonier

Parsers and bolts developed in the 'Desfragmentando la Identidad' Sinfonier's hackaton

apache-storm big-data parser

Last synced: 23 Jun 2025

https://github.com/diff3/binarypacketsdsl

BinaryPacketsDSL is a domain-specific language and toolkit for describing, parsing, and analyzing binary protocol packets. It is designed for clarity, robustness, and testability, with support for structured definitions, modifiers, and dynamic field handling.

binary-protocols dsl parser protocol-analysis python3 reverse-engineering

Last synced: 17 Apr 2025

https://github.com/spajai/freeside-telcobridges-cdr

Telcobridges CDR import plugin module for Freeside

cdr config freeside parser perl perl-module teclcobridges

Last synced: 11 Nov 2025

https://github.com/santymendez/tp-tadp-hibrido-objetos-funcional

Desarrollo de un Parser para interpretar imágenes realizado en la materia Técnicas Avanzadas de Programación en UTN FRBA

functional-programming monads object-oriented-programming parser parser-combinators scala

Last synced: 25 Mar 2025

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://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/jacobshirley/csv-stream-lite

Zero dependency, lightweight TypeScript CSV streaming and stringification library

csv parser parsing stream stringification stringify type-safe typescript

Last synced: 13 Jan 2026

https://github.com/dub1401/desuparser

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

beautifulsoup4 manga parser requests

Last synced: 01 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/swiftdo/markup

swift 字符解析大法

parser swift

Last synced: 27 May 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/felix-engelmann/historic-flight-parser

A parser for the Historic Flight Database

departedflights flights historical-data oag parser

Last synced: 16 Jan 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/jhk1090/namumark-clone

나무위키 나무마크 파서 구문

namucode namumark namuwiki parser typescript

Last synced: 16 May 2025

https://github.com/2moe/tmpl-resolver

A lightweight template resolution engine with conditional logic support.

parser rust

Last synced: 09 Mar 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/olegkorol/pylox

A simple language implementation of Lox, written in Python. Includes a lexer, parser and interpreter.

interpreter language lexer lox-interpreter parser

Last synced: 15 Mar 2025

https://github.com/JesseCoretta/go-aci

Package aci implements the complete Netscape ACIv3 syntax as an SDK in a vendor-agnostic manner with rich features and a flexible design.

access-control access-control-instruction access-control-list access-rights aci aciv3 experimental go golang ldap netscape parser permissions sdk syntax

Last synced: 31 Mar 2025

https://github.com/sven-hluchy/spyglass

HTML parser written in Common Lisp. WIP.

common-lisp html lisp parser

Last synced: 18 Jan 2026

https://github.com/e0selmy4v/func2code

Turn functions into strings

code convert converter func function inline inner parser source

Last synced: 07 Apr 2025

https://github.com/techouse/django-docs-parser

Parse the Django HTML documentation into a JSON format to be used with Algolia

django documentation parser python3

Last synced: 19 Apr 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/sshwy/kramed-essence

A markdown (kramdown compatible) parser and compiler. Built for speed. Built for theme essence

kramed-essence parser

Last synced: 18 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/fis-stuff/fis-parser-ejs-2.x

ejs template parser plugin for fis3

ejs fis3 parser

Last synced: 29 Apr 2026

https://github.com/koatty/koatty_payload

Payload parser for koatty.

middleware parser request-handler

Last synced: 27 Apr 2026

https://github.com/powehix/cc-lr2

A parser. Laboratory work №2 in the course "Сompiler Construction".

c-plus-plus compiler-construction parser study-project

Last synced: 26 Feb 2025

https://github.com/michaelmdresser/eve_item_parser

Parser for EVE Online item (list) text formats

eve-online parser

Last synced: 08 Jun 2026

https://github.com/rafaelsouzars/mini-parsejs

Mini interpretador de linguagem de programação baseado no artigo: https://medium.com/@henriquesosa/seja-um-compilador-crie-um-compilador-com-javascript-33a9557c8cdf

compiler-construction javascript parser

Last synced: 18 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/hazzaclark/korone

A Lightweight Endianess Parser and Lexer

endian endianutils parser rust

Last synced: 23 Mar 2025

https://github.com/bobqianic/tree-sitter-wasms-roo

Prebuilt WASM Binaries of tree-sitter's Language Parsers for Roo Code

parser tree-sitter wasm

Last synced: 14 Feb 2026

https://github.com/arrow2nd/line2json

💬 LINE のトーク履歴をパースする Deno モジュール

deno deno-module line parser

Last synced: 22 Mar 2025

https://github.com/maisikoleni/gedit

Fork of the Eclipse Jikespg Grammar Editor

eclipse editor grammar java jikes jikespg lalr parser plugin

Last synced: 25 Mar 2025

https://github.com/yuja/tree-sitter-sixtyfps

SixtyFPS grammar for the tree-sitter parsing library

parser tree-sitter

Last synced: 11 Mar 2025