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/jonperk318/telegram-parsers

OSINT tools: Telegram chat parsers built to find and extract credit/debit card information and credentials using keyword matches

bank cc credit-card debit-card json open-source-intelligence osint osint-python osint-resources osint-tool osint-tools parser python telegram telegram-channel telegram-chat

Last synced: 20 Oct 2025

https://github.com/ferhatgec/fpm

Fegeya Package Manager. compile-install-manage!

build-from-source fpm installer list package package-manager parser repo scrift

Last synced: 18 Feb 2026

https://github.com/kovah/laravel-html-meta

A simple helper to retrieve the HTML meta tags of a website.

html laravel laravel-package meta-tags parser

Last synced: 14 Apr 2025

https://github.com/openbytedev/metalink

A Metalink parser for versions 4.0 and 3.0.

metalink parser

Last synced: 02 Jul 2025

https://github.com/nfroidure/strict-qs

A stricter query string parser

hacktoberfest javascript parser querystrings strict-types

Last synced: 12 Jul 2025

https://github.com/tbjgolden/deno-htmlparser2

Deno port of `htmlparser2`

deno html html-parser htmlparser2 parser

Last synced: 16 Aug 2025

https://github.com/nerd-bear/legacyancientoldbassil

Bassil: A modern, mid-level interpreted programming language designed for efficiency and readability. Featuring robust lexical analysis, error handling, and cross-platform support for Windows and Linux. Bassil offers a balance between low-level control and high-level abstraction, making it ideal for system programming, web development, and more.

cpp custom-interpreted-language custom-language custom-programming-language interpreter lexer lexer-parser parser

Last synced: 14 Mar 2026

https://github.com/nickcrews/feco3

A Rust parser for the .fec file format, with python bindings

fec parser pyo3 python rust

Last synced: 21 Oct 2025

https://github.com/sharparam/klox

Kotlin implementation of the Lox language

gradle interpreter kotlin lox parser parsing

Last synced: 05 Jan 2026

https://github.com/gastonzalba/ol-wfs-capabilities

Open Layers format for reading WFS capabilities data

capabilities geoserver getcapabilities ol openlayers parser wfs xml

Last synced: 07 Oct 2025

https://github.com/karlicoss/hsbc-parser

Extract transaction data from HSBC credit card PDF statements

bank-statement hsbc parser

Last synced: 10 Jun 2025

https://github.com/porglezomp/ess

Parsing s-expressions in rust

parser rust s-expressions

Last synced: 14 Jun 2025

https://github.com/3f/e-msbuild

Advanced Evaluator of MSBuild scripts with user-variables support through Varhead and more

e-msbuild evaluator evmsbuild msbuild msbuild-scripts parser soba sobascript user-variables varhead variables

Last synced: 14 Apr 2025

https://github.com/vit0rr/monkey

Compiler with VM for toy language Monkey written in GoLang

compiler golang interpreter lexer parser repl vm

Last synced: 22 Apr 2025

https://github.com/desmonhak/argparse_c

Librería para pasear y manejar argumentos por linea de comandos en C

argparse c lexer parser

Last synced: 09 Apr 2025

https://github.com/bluk/maybe_xml

A non-validating XML pull parser.

parser pull-parser rust xml xml-parser

Last synced: 10 Mar 2026

https://github.com/riboseinc/libnereon

a multi-configuration parser library

configuration hcl library parser parser-library

Last synced: 06 Apr 2025

https://github.com/pinbraerts/tree-sitter-fastbuild

FASTBuild grammar for tree-sitter

fastbuild parser tree-sitter

Last synced: 23 Oct 2025

https://github.com/tree-sitter-grammars/tree-sitter-scss

SCSS grammar for tree-sitter

parser scss tree-sitter

Last synced: 23 Oct 2025

https://github.com/stagas/minipratt-js

port of https://github.com/matklad/minipratt to JavaScript

operator-precedence parser pratt recursive-descent recursive-descent-parser tdop top-down

Last synced: 24 Oct 2025

https://github.com/r-glazkov/fb2

FB2 for Rust

fb2 parser rust

Last synced: 08 Apr 2026

https://github.com/digital-fabric/h1p

HTTP 1.1 parser for Ruby

http http1 parser ruby

Last synced: 23 Apr 2025

https://github.com/genometric/bibitemparser

Parses a LaTeX BibTeX bibitem to a C# object

bibliography bibtex bibtex-entry bibtexparser latex parser

Last synced: 04 Mar 2026

https://github.com/dulajkavinda/pptxto.txt

📄 A text extraction node module, thtat can convert pptx and ppt file formats into pure text.

nodejs npm npm-package open-source parser ppt pptx pptxtotxt

Last synced: 23 Feb 2026

https://github.com/bernardo-mg/dice-notation-python

Tools and parsers for handling Dice/RPG notation using Python

dice-notation parser

Last synced: 10 Mar 2026

https://github.com/truemogician/compiler

A compilation system with lexer, parser, semantic analyzer, and a C-like language based on them

compiler csharp lexer parser semantic-analyzer

Last synced: 25 Feb 2026

https://github.com/x-rays5/inireader

A simple c++17 header only ini parser/writer.

cpp cpp17 headeronly ini ini-parser parser

Last synced: 05 Mar 2026

https://github.com/arnau/tree-sitter-csv

CSV grammar for tree-sitter

csv parser tree-sitter tree-sitter-parser

Last synced: 06 Feb 2026

https://github.com/ruivieira/nim-holst

A Nim parser for Jupyter notebooks

jupyter markdown nim parser

Last synced: 08 May 2026

https://github.com/denysvitali/latex-parser

A LaTeX parser, in Go

ast go golang latex parser tex tokenizer

Last synced: 04 May 2026

https://github.com/mrousavy/morph

🛠 A fast .NET Standard Class Library for parsing results from an SQL query to .NET objects to eliminate risky column-index hardcoding

csharp dotnet library parser sql

Last synced: 04 May 2026

https://github.com/0x1nf3cted/parcer

Parcer: A Python-based C parser that produces the Abstract Syntax Tree (AST) of the provided code in both JSON and string formats. 🌲🔍

ast c compiler json lexer parser python string

Last synced: 17 Mar 2026

https://github.com/juancastillo0/snippet_generator

Generate classes, themes, widgets, parsers and SQL bindings for Dart and Flutter.

codegenerator dart dartlang flutter flutter-apps parser sql

Last synced: 03 May 2026

https://github.com/avdgaag/example_json_parser

Example project about leex and yecc in Elixir

json lexer parser parsing

Last synced: 01 May 2026

https://github.com/jmsv/xunit-to-nunit

Converts C# XUnit tests to NUnit tests

c-sharp converter dotnet hacktoberfest nunit parser unit-testing xunit

Last synced: 30 Apr 2026

https://github.com/tree-sitter-grammars/tree-sitter-gpg-config

GPG config grammar for tree-sitter

gpg parser tree-sitter

Last synced: 29 Apr 2026

https://github.com/dobroslavradosavljevic/hsize

The ultimate TypeScript library for human-readable byte formatting and parsing.

bytes file-size formatting human-readable javascript npm-package parser typescript utility

Last synced: 28 Jan 2026

https://github.com/noxalus/bulletmli

A C# parser of improved BulletML files.

bulletml parser

Last synced: 27 Apr 2026

https://github.com/vitorsouzaalmeida/monkey

Compiler with VM for toy language Monkey written in GoLang

compiler golang interpreter lexer parser repl vm

Last synced: 12 Feb 2026

https://github.com/donatj/printf-parser

A PHP printf compatible tokenizing printf string parser

parser php php-library printf

Last synced: 21 Apr 2026

https://github.com/kimtth/tora-auto-ui-opencv

🐯🌱 UI Automation By OpenCV (Image Template Matching). TORA (Tigre / Tiger)

automation opencv parser pyautogui pyqt pyside2 rpa screenshot

Last synced: 14 Feb 2026

https://github.com/yvesago/parseacl

A Cisco ACL parser

acl cisco nodejs parser

Last synced: 04 Apr 2026

https://github.com/mfelsche/pony-ast

:horse: :deciduous_tree: Library for accessing AST generated by ponyc

compiler ffi-bindings parser pony pony-language ponylang

Last synced: 15 Feb 2026

https://github.com/luavixen/cktjs

JSON-style CKT config language parsing/stringification.

javascript javascript-library parser typescript

Last synced: 12 Apr 2025

https://github.com/ferhatgec/kalem.rs

Fegeya Kalem.rs, Rust implementation of Kalem, work-in-progress.

ast clang compiler cpp kalem lexer parser run rust rust-lang syntax transpiler

Last synced: 17 May 2026

https://github.com/graphpql/graphpinator-parser

:zap::globe_with_meridians::zap: Parser subproject for GraPHPinator: GraphQL server implementation for PHP.

graphql graphql-php parser php syntactic-analysis

Last synced: 06 May 2025

https://github.com/faxes/markdownconvert

Convert Markdown to HTML using mdconvert!

html markdown markdown-parser markdown-to-html parser

Last synced: 27 Mar 2025

https://github.com/rlaphoenix/pympls

Python library for parsing Blu-ray Playlist (.mpls) files.

blu-ray mpls parser playlist python

Last synced: 06 May 2025

https://github.com/deavid/pineboo

Pico Eneboo

erp parser python qt5

Last synced: 29 Oct 2025

https://github.com/liu233w/marklang

一个我自创的简单的标记语言的语法解析器与转换器 —— 面向对象编程期末大作业

java markup-language parser

Last synced: 13 Apr 2025

https://github.com/tdurieux/dinghy

A library to parse and manipulate Dockerfiles

ast dockerfile parser

Last synced: 13 Apr 2025

https://github.com/xnuinside/py-module-parser

Python Module Parser is a library that parses Python modules and outputs information about imports, functions, variables, and their corresponding line numbers.

ast language-parser module parser parser-library python

Last synced: 18 Mar 2025

https://github.com/awoken-bible/usfm

NPM module for USFM (Unified Standard Format Markers) Parsing

npm-package parser usfm

Last synced: 19 Mar 2025

https://github.com/mrdave1999/seztion-parser

A class library used to read data from each section of a file (the file extension can be any, e.g. .INI).

csharp data dotnet parser sections

Last synced: 11 Jul 2025

https://github.com/vshulcz/youtube_crawler

A simple YouTube crawler, allows you to quickly collect data from channels, view and sort them in a table, perform SQL queries and advanced search by various parameters.

crawler database gui osint parser python requests reverse-engineering sql tkinter youtube

Last synced: 16 Jan 2026

https://github.com/sebwalk/statement

:money_with_wings: Read, parse and match bank statements

bank-statement csv import matching parser

Last synced: 11 Jan 2026

https://github.com/yuryalencar/parserxmi

This project aims to extract diagrams data and convert for UML structure.

java parser uml-diagram uml-structure

Last synced: 10 Apr 2025

https://github.com/cchexcode/wavefront_rs

An alternative, typed and simple wavefront format parser and writer.

obj parser rust wavefront writer

Last synced: 12 Dec 2025

https://github.com/nlknguyen/s-expression.js

S-Expression Parser, Serializer, Interpreter, and Tree Constructor / Walker Utilities for JavaScript in Browsers and Node.js

javascript parser s-expression translator tree-traversal walker

Last synced: 09 Jul 2025

https://github.com/nav-solutions/binex

BINEX (Binary EXchange) stream parser

geodesy gnss gnss-receiver parser real-time

Last synced: 14 Sep 2025

https://github.com/tefra/xsdata-w3c-tests

Naive XML Bindings for python vs W3C XML Schema 1.1 test suite

binding code-generator dataclasses parser python schema serializer w3c wsdl xml xsd

Last synced: 22 Aug 2025

https://github.com/rtk-rs/binex

BINEX (Binary EXchange) stream parser

geodesy gnss gnss-receiver parser real-time

Last synced: 26 Jun 2025

https://github.com/mgadda/swift-parse

A small parser combinator library written in Swift 5

combinators parse parser swift

Last synced: 15 Jul 2025

https://github.com/bsonntag/parse-css-transition

Parses CSS transitions into an object.

css parser parsing transition transitions

Last synced: 11 Apr 2025

https://github.com/mochi-neko/subtp

A parser for subtitle text formats (SubRip Subtitle and WebVTT) in Rust.

parser rust subrip webvtt

Last synced: 08 Apr 2026

https://github.com/niklaskorz/nklang

A programming language interpreter written in Go

formal-languages golang interpreter lexer parser semantics

Last synced: 01 May 2025

https://github.com/andstor/binvox

:page_facing_up: Parser and builder for BINVOX voxel file format

binvox data file-format parser voxel

Last synced: 04 May 2025

https://github.com/webfoo/html-to-shopify-rich-text

A PHP package that converts HTML content to Shopify's Rich Text format. This package provides a simple and reliable way to transform HTML content into the JSON structure that Shopify's Rich Text editor expects.

parser php shopify

Last synced: 17 Feb 2026

https://github.com/miromannino/mexpr

C++ library which parses human-like arithmetic expressions

compiler cpp interpreter mathematical-expressions parser parsing parsing-library

Last synced: 05 Sep 2025

https://github.com/notJoon/lambda

λ-calculus parser made by rust

json lambda-calculus parser rust

Last synced: 09 May 2025

https://github.com/toburger/fsharp.json

Elm inspired Json encoder/decoder combinator library: http://toburger.github.io/FSharp.Json/

decoding elm encoding fsharp json parser parser-combinators

Last synced: 11 Jun 2025

https://github.com/mauricelambert/pdforensic

This package analyses PDF files for Forensic Investigations.

analysis forensic-analysis forensics investigation package parser pdf python3 tool

Last synced: 11 Apr 2025

https://github.com/chrisduerr/rfind_url

Parser to search strings for URLs in reverse order

parser reverse rust stream url

Last synced: 11 Apr 2025

https://github.com/irevenko/genshin-scrapper

💾 A bunch of scripts for api.genshin.dev

genshin genshin-api genshin-impact genshinimpact parser scrap scrapper

Last synced: 01 May 2025

https://github.com/alxnull/calcex

A simple mathematical expression parser and evaluator for .NET.

csharp dotnet evaluator expression-evaluator math-parser mathematics mathml netstandard parser

Last synced: 12 May 2025

https://github.com/vojtatom/shp.ts

🗺️ Shapefile Reader in TypeScript

dbf esri-shapefile geojson loader parser shapefile shp typescript

Last synced: 04 Apr 2025

https://github.com/parsemd/parsemd-php

A modular parser for CommonMark, GitHub-Flavoured-Markdown, and beyond...

commonmark github-flavored-markdown modular parser

Last synced: 06 Apr 2026

https://github.com/orbitalshell/prompt-git-info

Add information about any current or parent GIT repository to orbital shell command line prompt. for example: OrbitalShell ├ master +0 ~0 -0 | ~2 -0 ?2

bash chsarp cli command-line command-line-app command-line-interface command-line-tool git git-branch git-status interactive linux netcore31 netcore5 netstandard21 parser prompt shell

Last synced: 16 Jun 2025

https://github.com/puchaczov/tql.rdl

Advanced time pattern evaluator

cron csharp dotnet parser schedule tql

Last synced: 09 Aug 2025

https://github.com/devsnek/jsont

Json't JSON Library

elixir erlang json parser

Last synced: 10 Apr 2025

https://github.com/red5d/nexpose-tools

Tools and monitoring scripts for Nexpose

automation debugging log-parser monitoring nexpose parser

Last synced: 06 May 2025

https://github.com/distributed-lab/circom-parser

Circom circuits parser built with ANTLR4

antlr antlr4 circom parser zk

Last synced: 06 May 2025

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

A Kotlin library for the media API of the CCC.

audio c3voc ccc ccctv kotlin library media moshi parser recordings streaming video voc

Last synced: 10 Apr 2025

https://github.com/chrispomeroyhale/csv-dialect-swift

DialectalCSV: Multi-dialect CSV parser in Swift for handling different separated value formats. Conforms to Frictionless Data's CSV Dialect spec

csv delimited dialect parser rfc-4180 streaming swift swift-package-manager tsv

Last synced: 10 Apr 2025

https://github.com/tebogoyungmercykay/recspl-compiler-construction-in-python

This repository contains the core components of our Recursive Student Programming Language Compiler Construction and Design project. The project aims to implement a complete compiler, including lexical analysis, parsing, semantic analysis, and code generation.

intermediate-code-generation lexer parser pytest semantics syntax-tree testing tokens type-checker

Last synced: 09 Jul 2025

https://github.com/valdezfomar/tree-sitter-editorconfig

editorconfig grammar for tree-sitter

editorconfig parser tree-sitter

Last synced: 25 Jun 2025

https://github.com/danielrohers/bory

Node.js body and query parsing middleware with nesting

body nested node parser query

Last synced: 10 Apr 2025

https://github.com/seldszar/tekko

Another IRC message parser and formatter.

formatter ircv3 parser

Last synced: 14 Jun 2025