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/unfor19/yarser

A CLI for parsing YAML anchors to regular YAML files.

anchor parse parser parsing yaml yml

Last synced: 14 Apr 2025

https://github.com/38tter/kramdown-mermaid

Markdown parser for mermaid.js. An extended Kramdown syntax

gem kramdown markdown markdown-parser mermaid mermaid-diagrams mermaidjs parser ruby

Last synced: 15 Apr 2025

https://github.com/jednano/ini-parser

A highly forgiving and configurable INI parser for the informal INI file format.

browser configurable format ini parse parser read write

Last synced: 23 Mar 2025

https://github.com/mohido/tiny_yaml

A powerful lightweight YAML parser library for C++

cpp library parser yaml

Last synced: 15 Apr 2025

https://github.com/smikhalevski/tag-soup

🍜 The fastest pure JS SAX/DOM XML/HTML parser with streaming support.

dom html javascript parser sax xml

Last synced: 29 Oct 2025

https://github.com/forax/pratt_parser

Implementation of a Pratt Parser in Java

java parser pratt-parser

Last synced: 27 Dec 2025

https://github.com/creeperyang/html-parser-lite

A light weight html parser and more.

html-parser html-parser-lite parser

Last synced: 23 Mar 2025

https://github.com/snyk/composer-lockfile-parser

Snyk composer.lock file parser

composer parser php snyk

Last synced: 23 Mar 2025

https://github.com/makerpnp/gerber-parser

Simple gerber parser meant to be used in conjuction with the gerber-types crate

gerber gerber-files parser

Last synced: 03 Jul 2025

https://github.com/king-11/c_compiler

Writing a compiler for c in rust language

c code-generator compiler lexer parser rust

Last synced: 23 Apr 2025

https://github.com/holyshared/lcov-parser

LCOV report parser for Rust

lcov merge parser rust

Last synced: 29 Aug 2025

https://github.com/jolin-io/exprparsers.jl

Parse common Expr patterns. Speed up the process of defining stable macros.

ast expr julia parser

Last synced: 24 Apr 2025

https://github.com/dapper91/crontools

python cron tools

cron crontab crontools cronutils parser

Last synced: 10 Oct 2025

https://github.com/konfiger/konfiger-nodejs

Light weight package to manage key value based configuration and data files for NodeJS

configuration deno key-value language nodejs parser properties vanilla-javascript

Last synced: 12 Oct 2025

https://github.com/ryankurte/go-structparse

A recursive structure/field/map parsing helper for Golang

golang parser reflection struct

Last synced: 12 Oct 2025

https://github.com/quantori/kifparser

SUO-KIF ontology parser

ontology parser python suo-kif

Last synced: 16 Oct 2025

https://github.com/elixir-lang/tree-sitter-iex

Interactive Elixir (IEx) grammar for tree-sitter

elixir iex parser repl tree-sitter

Last synced: 19 Oct 2025

https://github.com/juliendelplanque/postgresqlparser

A parser for PostgreSQL written in Pharo using PetitParser.

parser petitparser pharo plpgsql postgresql

Last synced: 27 Oct 2025

https://github.com/euforic/sketch

Golang Sketch 43+ file parser

golang parser sketch sketch-plugin sketchapp

Last synced: 30 Jan 2026

https://github.com/xaviersolau/expressiontools

Tools allowing to parse textual C# Lambda Expression and more.

expression lambda lambda-expressions netcore netstandard parse parser tools

Last synced: 04 Apr 2026

https://github.com/sebbekarlsson/css

css parser (C)

c css css-parser parser

Last synced: 13 Oct 2025

https://github.com/g1mv/jsonic

Fast, small JSON parsing library for rust

json json-parser library parser parsing parsing-engine parsing-library rust rust-lang

Last synced: 01 Mar 2026

https://github.com/ph-7/php-emoticon-parser

An emoticon parser based on some classes of my next framework

emoticon emoticon-parser parser

Last synced: 09 Apr 2025

https://github.com/shepmaster/fuzzy-pickles

A Rust parser to power Strata Rust

parser rust

Last synced: 23 Mar 2025

https://github.com/jlumbroso/combstruct2json

Lightweight library to parse combstruct grammars, and standalone tool to convert them to JSON.

analytic-combinatorics combinatorics parser

Last synced: 26 Jul 2025

https://github.com/octree/parsercombinator

Parser Combinators Written In Swift

combinator functional-programming haskell ios mac parsec parser swift

Last synced: 22 Apr 2025

https://github.com/alyti/surrealdb_functions

proc-macro to help with using surrealdb's custom functions

parser proc-macro rust surrealdb

Last synced: 08 Apr 2025

https://github.com/ai4energy/ai4emetapse.jl

A json parser , from ODE json files to julia solution code

differential-equations json julia parser

Last synced: 21 Oct 2025

https://github.com/public-law/nevada-revised-statutes-parser

Parses the Nevada NRS into well formed JSON

crawler haskell legaltech opengov parser scraper

Last synced: 11 Nov 2025

https://github.com/jersou/clite-parser

CliteParser generates CLI from classes (or objects) : each method generates a "command", each field generates an "option"

args class cli command-line-tool deno nodejs parser

Last synced: 23 Oct 2025

https://github.com/mittelmark/yeti

Yeti - parser and scanner generator for Tcl

parser parser-generator scanner scanner-generator tcl

Last synced: 07 Feb 2026

https://github.com/express-rate-limit/ratelimit-header-parser

Parse RateLimit headers of various forms into a normalized format

api api-client deno header headers javascript nodejs parser rate-limit rate-limiting rest-api

Last synced: 18 Oct 2025

https://github.com/apskhem/dbml-rs

A DBML parser for Rust.

dbml parser rust

Last synced: 14 Oct 2025

https://github.com/demonstrandum/crepl

An intuitive calculator Read-Eval-Print-Loop.

c calculator compiler interpreter math mathematics numerical parser repl

Last synced: 07 Apr 2025

https://github.com/canimus/alphareader

A custom reader for delimited files in Python. Ability to ingest big data files.

bigdata chunked csv csv-parser hdfs parser python

Last synced: 16 Jan 2026

https://github.com/keenan691/org-mode-connection

This package allows to read, write and sync emacs’s org-mode files.

emacs es6 file-synchronization javascript org-mode parser ramda

Last synced: 02 Apr 2026

https://github.com/ge3224/ged_io

Parse GEDCOM genealogy files in Rust

family-trees gedcom genealogy parser

Last synced: 10 May 2026

https://github.com/chipjarred/compiler-deconstruction

Translation of Niklaus Wirth's Oberon-0 compiler from his Compiler Construction book into Swift, and evolution toward significant improvements in naming, structure, and readability in general.

compiler compiler-construction compiler-deconstruction compiler-design compiler-principles compilers-design oberon oberon-programming-language parser parsers parsers-compilers swift wirth-book wirth-compiler wirth-oberon

Last synced: 22 Apr 2025

https://github.com/librariesio/mix-deps-json

:strawberry: A service that eats up mix.exs files and spits out dependencies as JSON.

dependencies elixir librariesio mix parser

Last synced: 23 Apr 2025

https://github.com/here-be/snapdragon-handlers

Adds support for handlers, events and plugins to snapdragon libraries.

compiler lexer nodes parser snapdragon tokens

Last synced: 12 Jun 2025

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

eno grammar for tree-sitter

eno parser tree-sitter

Last synced: 24 Sep 2025

https://github.com/fps/asciichanges

A simple language describing chord progressions (changes) for tunes in ASCII text

harmony language music parser

Last synced: 30 Jan 2026

https://github.com/arthurbook/configmate

Practical yet versatile configuration parsing

config configuration configuration-parser parser

Last synced: 26 Oct 2025

https://github.com/leoprover/scala-tptp-parser

A parser for the TPTP logic languages for automated theorem proving written in Scala

artificial-intelligence automated-reasoning logic parser scala theorem-proving tptp

Last synced: 07 May 2025

https://github.com/relnod/calcgo

Interpreter for Numeric Expressions

calculator golang lexer parser

Last synced: 17 Jan 2026

https://github.com/abheekda1/chemparse

A library to parse chemical formula strings into compounds and elements

chemistry parser

Last synced: 03 Sep 2025

https://github.com/lxsmnsyc/ecmason

JSON parse/stringify for modern ES objects

json json-parser parser

Last synced: 19 Apr 2025

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

RON grammar for tree-sitter

parser ron tree-sitter

Last synced: 06 Oct 2025

https://github.com/jbtronics/irimageparser

A python library to parse the JPG files saved by the HTI HD-04D / Tooltop ET692B Thermal Camera

parser python thermal-camera thermal-imaging

Last synced: 10 Oct 2025

https://github.com/nanoframework/system.text.regularexpressions

:package: .NET nanoFramework System.Text.RegularExpressions Class Library

csharp dotnet hacktoberfest library nanoframework parser regex

Last synced: 15 Oct 2025

https://github.com/leejim/wxml-parser

微信小程序WXML Parser

miniprogram parser wxml

Last synced: 16 Jun 2025

https://github.com/simplygreatwork/pluck

Get started with WebAssembly text format syntax and macros.

compiler language macros parser programming transformations wasm webassembly

Last synced: 25 Jun 2025

https://github.com/ljh131/mark-to-jsonml

Parse markdown into JsonML

jsonml markdown parser textprocess

Last synced: 14 Oct 2025

https://github.com/thesephist/oak-syntax-visualizer

Oak syntax visualizer, made for GopherCon 2021

oaklang parser programming-language recursive-descent-parser

Last synced: 12 May 2025

https://github.com/adnanhodzic/google-podcasts-desktop

Get Google Podcasts web friendly URL's

app cli desktop go golang google parser podcast podcasts tool url web

Last synced: 12 May 2025

https://github.com/siriusdemon/memorandum

memorandum of Chibicc and prototype of Manda

compiler parser

Last synced: 27 Mar 2025

https://github.com/1computer1/hectoparsec

Flexible and powerful parser combinators for Haskell

combinators haskell lexer parser parser-combinators stream

Last synced: 11 Apr 2025

https://github.com/kenny2github/chparse

Parse Clone Hero charts with ease!

clonehero parser

Last synced: 18 Mar 2025

https://github.com/dylanpiercey/mini-url

📖 Lightweight universal url parser.

isomorphic mini-url parser universal url-parser

Last synced: 11 Apr 2025

https://github.com/forecaster/universalvttexport_to_fgmodule

This is a parser written in Python that converts UniversalVTT exports from the DungeonFog battle map editor to Fantasy Grounds modules.

battlemap battlemaps dungeonfog fantasy-grounds parser ttrpg ttrpgs

Last synced: 18 Mar 2025

https://github.com/basemax/phpas

PHP Auto Style: A tool for format and beautify the style of PHP code with my style.

beautifier beautify beautify-php formatter lexer lexer-parser parser parsers php php-code-beautify php-code-cleaner php-code-formatter scanner scanners

Last synced: 30 Oct 2025

https://github.com/ffxivapp/ffxivapp-plugin-parse

Visit us on Discord! https://discord.gg/aCzSANp

addon c-sharp ffxiv ffxivapp overlays parse parser plugins

Last synced: 09 Jul 2025

https://github.com/gaomy3832/zsimparse

Python utilities to parse zsim simulation results

hdf5 libconfig parser zsim

Last synced: 26 Mar 2025

https://github.com/tuomas56/edid-rs

A pure-Rust EDID parsing crate with no_std support.

edid parser rust

Last synced: 29 Oct 2025

https://github.com/leizongmin/leizm-html-parser

Fast HTML parser written in pure JavaScript

dom html html5 parser

Last synced: 05 Apr 2025

https://github.com/puntorigen/ruby_parser

Pure JS Ruby file parser

ast info parser ruby

Last synced: 09 Jul 2025

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

Meson grammar for tree-sitter

meson parser tree-sitter

Last synced: 11 Mar 2025

https://github.com/s3b4s/monpar

A monadic parser implemented in TS that an be used to create various kinds of parsers, such as HTML, JSON or CSV parsers.

functional-programming parser parser-combinators parsing

Last synced: 09 Aug 2025

https://github.com/gogap/gocoder

easily to analyze your go code with go/ast

ast parser

Last synced: 12 Jan 2026

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

Kconfig grammar for tree-sitter

kconfig parser tree-sitter

Last synced: 12 Apr 2026

https://github.com/ijknabla/modelicalanguageforpython

Modelica parser and class representation for Python3.x

modelica parser python3

Last synced: 02 May 2025

https://github.com/sungwoncho/qparse

A simple top-down parser for advanced search queries

advanced-search parser query-parser search typescript

Last synced: 11 Oct 2025

https://github.com/bugoverdose/yail

Yet Another Interpreted Language

evaluator go interpreter lexer parser

Last synced: 11 Apr 2025

https://github.com/johnjohndoe/engelsystem

A Kotlin library containing a parser and models for the Engelsystem.

37c3 38c3 ccc cccamp19 cccamp23 datenspuren divoc easterhegg engelsystem fossgis froscon gpn hackover kotlin moshi mozfest mrmcd parser rc3 sigint

Last synced: 10 Apr 2025

https://github.com/johnjohndoe/brockman

A Java library containing a parser and models for the streaming media API of the CCC.

brockman c3voc ccc conference java library moshi parser rc3 streaming video voc

Last synced: 10 Apr 2025

https://github.com/naturalness/javac-parser

Exposes OpenJDK's Java parser and scanner to Python

java javac lex lexer openjdk parser scanner syntax-checker tokenizer

Last synced: 06 Mar 2026

https://github.com/divineomega/wikipedia-info-box-parser

Parses the info boxes on Wikipedia pages into an associative array

parser php php-library wikipedia wikipedia-info-box wikipedia-parser

Last synced: 18 Mar 2025

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

luau grammar for tree-sitter

luau parser tree-sitter

Last synced: 21 Apr 2026

https://github.com/sysread/uri-fast

A fast(er) URI parser for Perl

c fast inline parameter parser perl query tiny uri url xs

Last synced: 11 Apr 2025

https://github.com/ngalaiko/hledger-desktop

Desktop app for https://hledger.org

desktop hledger parser

Last synced: 17 Jul 2025

https://github.com/wyndace/wynscrape

Wyndace's python scraping dev kit

parser parsing python scraping scraping-python

Last synced: 13 May 2025

https://github.com/samgozman/rvp

🦀 Remote Value Parser - CLI tool for parsing string values from static web pages (from financial sites to weather forecasts)

parser rust rust-cli rvp scraping

Last synced: 04 Apr 2025

https://github.com/mjy/obo_parser

An OBO file parser.

obo ontology parser

Last synced: 11 Apr 2025

https://github.com/OpenHisiIpCam/hisi-initregtable-go-parser

HiSilicon SoC`s U-Boot initial register table parser into human readable format

go golang hisi hisilicon ipcamera parser registers systemrdl u-boot

Last synced: 06 May 2025

https://github.com/kunaltaitkar/vue-script-parser

This package is used to parse vue script section and it provides an interface to add, update and delete entities of different life cycles hooks of VueJS.

ast javascript parser script vue-parser vue-script-ast-parser vue-script-parser vuejs

Last synced: 25 Jan 2026

https://github.com/golangsnmp/gomib

Pure go permissive MIB Parser

asn1 mibs parser snmp

Last synced: 07 Apr 2026

https://github.com/nlecoy/curlparser

Parse cURL commands returning object representing the request.

curl parser

Last synced: 10 Jul 2025

https://github.com/rodrigooler/everglow

Parser converts javascript or typescriot code to ReasonML

javascript js ocaml parser reasonml typescript

Last synced: 10 Jul 2025