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/johannst/flex-bison-cpp-playground

A playground for some flex/bison experiments in cpp

ast bison bison-flex cpp example flex gnu lalr lex lexer lexer-parser parser playground yacc

Last synced: 15 Mar 2025

https://github.com/susumuota/fast-png-parser

Fast, lightweight and memory efficient PNG chunk parser.

javascript node nodejs npm npm-module parser png typescript

Last synced: 12 Apr 2026

https://github.com/eraydin/semantic-pdf-diff

semantic-pdf-diff is a Rust CLI and library for producing stable, evidence-preserving semantic diffs for digitally generated PDFs.

cli comparison content diff document extract layout parser pdf report semantic text

Last synced: 01 Jun 2026

https://github.com/xarantolus/funloop

Small experiment in transforming the JavaScript AST to make code more cursed

cursed javascript loops parser

Last synced: 09 May 2026

https://github.com/imor/water

A WebAssemly binary parser

parser webassembly

Last synced: 20 Apr 2026

https://github.com/pndmix/tree-sitter-rampcode

Rampcode grammar for tree-sitter

parser tree-sitter

Last synced: 06 Oct 2025

https://github.com/jrvidal/pylhef

Les Houches Events Format parser

parser physics python

Last synced: 05 Sep 2025

https://github.com/ergo35/spotify-parser

parses provided spotify url to a query that can be searched in yt-dlp

embed library parser spotify

Last synced: 04 Sep 2025

https://github.com/eratio08/pars-comb-ml

Monadic parsing in OCaml

monadic ocaml parser parser-combinators parsing

Last synced: 02 Jan 2026

https://github.com/dhunanyan/moonchunk

MoonChunk is a TypeScript-based DSL runtime for generating static HTML from .mncnk files with imports, scoped variables, functions, loops, metadata, and ANTLR parsing.

antlr antlr4 antlr4ts compiler-construction developer-tools dsl html-generation interpreter language-runtime moonchunk parser static-site-generator templating typescript

Last synced: 24 Jun 2026

https://github.com/elkard/tkom_parserandinvariantsoptimizer

Project for the ‘Compilation Techniques’ course on 6th semester. Firstly I defined the grammar of my own language. Then I implemented a lexical analyzer, parser and semantic analyzer. These modules generate the syntax tree of the given source code (or display the error line with the description of the error). If the source code is correct, the next module (the optimizer) optimizes the syntax tree by detecting invariants in the loops and moving them before the loop. After optimization, the app generates new code based on the modified syntax tree.

invariants java lexer parser syntax-tree

Last synced: 25 Jun 2026

https://github.com/picomet/htmst

HTML to AST with positions

ast html parser python

Last synced: 08 Feb 2026

https://github.com/fawaf/misshk

terrible misshk parser

hk hong hongkong kong miss misshk misshongkong parser ruby

Last synced: 23 Mar 2025

https://github.com/afeiship/next-srt

Parse srt subtitle content for next.

audio lrc movie music next parse parser srt subtitle title video

Last synced: 17 May 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/jonathanjameswatson/earley_parser

Earley parser for context-free grammars

dune earley-parser ocaml parser

Last synced: 16 May 2025

https://github.com/vikaspotluri123/election-16

Merging data to uncover trends

election-data elections node parser

Last synced: 22 May 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/stereobooster/tree-sitter-grammar-wasm

Tree-sitter grammars compiled to wasm

gramm parser tree-sitter wasm

Last synced: 25 Mar 2025

https://github.com/open-stat/mod_jobs

Модуль для получения данных о вакансиях и резюме

jobs parser resume stat vacancy work

Last synced: 26 Jan 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/p2js/webless

Web without the Web

browser html parser rust web web-browser web-browsing

Last synced: 25 Oct 2025

https://github.com/thyeem/lot

A wrapper for a CSP solver using a domain-specific language

csp-solver domain-specific-language or-tools parser parser-combinators

Last synced: 25 Oct 2025

https://github.com/hatamiarash7/salt-result-parser

Parse and visualize the SaltStack results

parser salt saltstack

Last synced: 25 Oct 2025

https://github.com/linusdm/ex_lox

An Elixir implementation of an interpreter for the Lox language (from the book Crafting Interpreters by Robert Nystrom).

crafting-interpreters craftinginterpreters elixir interpreter lox lox-interpreter lox-language parser programming-language recursive-descent-parser

Last synced: 25 Oct 2025

https://github.com/forderation/uruki

uri / url parser wrapped with net/url. adjusted to safe mutate data with options of restricted scheme and automatically internal encode data.

go parser query-builder urllib

Last synced: 12 Jan 2026

https://github.com/fi1a/simplequery

PHP HTML DOM Parser управляемый CSS3 селекторами

dom dom-manipulation html parser php

Last synced: 24 Mar 2025

https://github.com/nboldi/codecompass-haskell-plugin

A Haskell plugin that is used to parse Haskell projects for codecompass. The data necessary for providing code comprehension for the project is exported.

code-comprehension codecompass haskell parser

Last synced: 15 May 2025

https://github.com/meshhouse/sfmlab-unofficial-api

Unofficial SFMLab-based sites API server, written on Node.js

api-server fastify nodejs parser sfmlab sqlite typeorm typescript

Last synced: 18 Jun 2026

https://github.com/elianna-2004/c-compiler

Implementation of a Small C Compiler

c-compiler evaluator lexer ocaml parser

Last synced: 09 Oct 2025

https://github.com/amiralv82/bminor-to-c

A minimal translator from the Bminor teaching language to readable C code.

c-language compiler compiler-construction compiler-design parser transpiler

Last synced: 26 Oct 2025

https://github.com/protegrity/sqlglot-net

Standalone .NET port of sql-glot-rust, a SQL parser, optimizer, and transpiler library.

csharp dotnet parser sql transpiler

Last synced: 22 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/thedevtop/libsexp-swift

S-Expression parser library

parser s-expressions swift

Last synced: 26 Oct 2025

https://github.com/Deviluc/python-tree-sitter

A python wrapper around the tree-sitter c-api (using swig)

ast java parser parser-library python python3 swig tree-sitter

Last synced: 11 Mar 2025

https://github.com/shortishly/pgsqlp

Postgres SQL parser using scran

erlang parser postgresql scran sql

Last synced: 24 Apr 2026

https://github.com/vistaran/php-untranslated-string-parser

Detect untranslated scripts from html templates and php / javascript files if you are using localization.

html i18n internationalization javascript parser php string-parser string-parsing

Last synced: 24 Apr 2026

https://github.com/trananhtung/numeric-range

Parse and format compact integer-range strings like 1,3-5,7 (page ranges, CPU sets). Bidirectional, zero-dep, no_std.

cpuset no-std page-range parser range rust

Last synced: 27 Jun 2026

https://github.com/sodoteo/contentful-html-to-richtext

Tool that converts HTML to the rich-text format used by Contentful. Useful for migrating content or integrating with the Contentful platform.

contentful html html5 migration-tool module parser rich-text richtext

Last synced: 02 May 2026

https://github.com/lastchiliarch/cronparser

Crontab parser for golang(using yacc).

cron crontab-parser golang goyacc parser

Last synced: 14 Jan 2026

https://github.com/mage/mage-parser

Parser module for TypeScript MAGE projects, used to extract user commands and messageStream messages.

mage nodejs parser parser-generator typescript

Last synced: 25 Apr 2026

https://github.com/llrs/hmmer_parser

Test, let's see if it works

hmmer-parser parser

Last synced: 30 Jun 2025

https://github.com/gers2017/flago

🐉 Simple and Flexible Command line flag parser in go (Working on it)

command-line command-line-parser flag-parser flags go golang parser

Last synced: 01 Jun 2026

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/hashibuto/commander

interactive command processor

cli command golang parser repl shell

Last synced: 02 May 2026

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/peeepca/production-dashboard

Production dashboard, with rest connection and build in data parser. It can analyze production data and performace.

backend dashboard dashboard-application front-end frontend gui itac parse parser python python3 rest rest-api restful-api tkinter

Last synced: 06 Jun 2026

https://github.com/matteopolak/zod-to-cli

Type-safe CLI argument parsing using Zod schemas.

args cli command-line parser zod

Last synced: 26 Apr 2026

https://github.com/ademdc/parse-http

HTTP parser for Ruby

http parser restclient

Last synced: 19 Jun 2026

https://github.com/martan03/ipp-project

Parser and interpreter implementation

interpreter parser php python school

Last synced: 18 Apr 2026

https://github.com/comba92/zig-json-parser

Json Parser in 400 lines of code.

json-parser parser ziglang

Last synced: 28 Jan 2026

https://github.com/sixarm/sixarm_htx

SixArm.com » HTX processor for our web pages with custom HTML & XML tags

html markup parser

Last synced: 30 Mar 2025

https://github.com/phdoerfler/enni

A parser for IMAP envelopes

imap parboiled2 parser scala specs2

Last synced: 19 Jan 2026

https://github.com/8ctopus/nano-csv

Yet another php csv/xlsx parser

csv excel import parser php xlsx

Last synced: 28 Jan 2026

https://github.com/agrvanshika/parser-for-perl-like

Parser for a Perl-like-language given the EBNF notation

ebnf-syntax parser perl-lang

Last synced: 27 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/lunastev/late2htm

A Rust library for converting LaTeX-formatted text into HTML with minimal styling.

arxiv arxiv-latex arxiv-latex-html html latex latex-html latextohtml library parser rust rust-library

Last synced: 27 Apr 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/lfdominguez/ffmpeg_vstat_parser

Parse the vstats ffmpeg format from a PIPE and try to sent to external service

ffmpeg parser vstats

Last synced: 27 Apr 2026

https://github.com/bernardopg/cmmg-calendar

Sincronize o calendário acadêmico do CMMG diretamente com sua Google Agenda ou Apple Calendar. Nunca mais perca um evento importante!

automation calendar cmmg doctor education icalendar ics medicine minas-gerais parser python scraper web-scraping

Last synced: 10 Oct 2025

https://github.com/nazrulworld/fhirpath-scripts

Helper scripts for fhirpath

fhirpath parser script

Last synced: 12 Oct 2025

https://gitlab.com/fabian_kreutz/apigen

A parsing/generation toolset that handles OpenAPI and AsyncAPI specification.

asyncapi documentation generator openapi parser python specification

Last synced: 10 Mar 2025

https://github.com/nrjdalal/zod-meta-parser

A utility to extract metadata descriptions from Zod schemas into a structured format.

api conversions json meta parser schema zod

Last synced: 23 Feb 2026

https://github.com/sebyx07/json-asm

⚡ The fastest JSON parser/serializer - hand-optimized x86-64 & ARM64 assembly with C API. AVX-512/AVX2/NEON SIMD, 24-byte nodes, zero-copy parsing

arm64 assembly avx2 avx512 c high-performance json neon parser performance serializer simd x86-64

Last synced: 03 May 2026

https://github.com/qbicsoftware/mtb-parser-lib

A simple module for diagnostic variant information parsing

cnv other parser python snv tumor

Last synced: 30 Jan 2026

https://github.com/aswad310/file_parser

Parsing CSV files transaction data into HTML file and also provide results like Total Income, Total Expense, Net Total.

apache arrays csv file file-handling file-parser parser php8 transactions ubuntu

Last synced: 10 Sep 2025

https://github.com/s3b4s/html-monparser

An HTML parser implemented using the monadic parser monpar.

functional-programming parser parsing

Last synced: 23 Mar 2025

https://github.com/erkmik/best-python-html-parsers

The top Python HTML parsers for web scraping, including Beautiful Soup, lxml, PyQuery, Scrapy, and more.

beautifulsoup datasets html htmlparser lxml parser pyquery python python-parser requests scrapy web-scraping

Last synced: 09 Apr 2025

https://github.com/markuszeller/php-annotations

This class helps reading annotations.

annotations composer package parser php

Last synced: 17 Jan 2026

https://github.com/joelstephen97/doc_parser

A powerful document parser for resumes and general documents.

cv parser python3

Last synced: 09 Mar 2025

https://github.com/bhoodream/react-image-parser

React image parser component

colors image parser react size

Last synced: 29 Apr 2026

https://github.com/gianptdev/zdoom-textures-writer

Small tool to write a valid textures text file for the zdoom engine, inteded to be used for automated scripts.

dumper parser tool zdoom

Last synced: 11 May 2026

https://github.com/arcj137442/navm.jl

一个基于JuNarsese、启发自LLVM的抽象CIN接口 | A JuNarsese-based general CIN interface inspired by LLVM

julia julialang nars narsese parser

Last synced: 31 Jan 2026

https://github.com/zchee/go-yaml

go-yaml implements a YAML AST parser for Go

ast go parser yaml

Last synced: 29 Apr 2026

https://github.com/hlibpavlyk/markdown-parser

This console application enables the parsing of Markdown into HTML and escaped ANSI

ansi ci console-application dotnet html markdown parser xunit-tests

Last synced: 03 May 2026

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

A JSON parser built with Python

parser python

Last synced: 27 Jun 2026

https://github.com/redboo/polkassembly-comment-parser

Парсер комментариев Polkassembly

parser python scraper

Last synced: 09 Jun 2026

https://github.com/fi1a/config

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

config json parser php

Last synced: 06 May 2026

https://github.com/evops-sum25/evops-client-ext

An extension for EvOps clients to ease the interaction with the back end 🔗

api evops extism ffi markdown parser protobuf rust uniffi wasm

Last synced: 06 May 2026

https://github.com/reklatsmasters/wasm2ast

WebAssembly Binary AST Parser

ast node parser wasm webassembly

Last synced: 06 May 2026

https://github.com/soheil-01/eva

A Programming Language for Learning Purposes

interpreter parser programming-language recursive-descent-parser zig

Last synced: 27 Jun 2026

https://github.com/womblee/discord-ai-helper-bot

This is a Discord Bot designed to help noobs in my Discord server chat about Dying Light modding.

ai bot chatbot discord discord-bot llama llamacpp-python parser python support

Last synced: 08 May 2026

https://github.com/yoannchb-pro/tokenize

An advanced tokenizer made with typescript

ast javascript lexer nodejs parser tokenizer typescript

Last synced: 09 May 2026

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/thanadolps/simplederivitive

an attempt to build automatic differtator

differential graph parser

Last synced: 29 Jun 2026

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

Converts XML to object

converter json object parser php xml

Last synced: 10 May 2026