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/chobeat/scala-json-feed

Library to handle and validate documents in JSONFeed format

json jsonfeed parser validator

Last synced: 05 May 2026

https://github.com/mishamyrt/compars

πŸ“„ Fast comment parser

comments golang parser pure-function

Last synced: 06 Sep 2025

https://github.com/mattprodani/gradescope-notion-integration

Python Notion - Gradescope Integration with Notion API to update and create a connected database of Gradescope assignments.

gradescope notion notion-api notion-automation notion-database parser

Last synced: 10 Mar 2025

https://github.com/mrkresnofatih/khonsu.parseablejsonobjectbuilder

Read-Json-Parse-To-Class-Object Utility πŸ¦œπŸ¦„πŸ¦πŸΌπŸ±

file json parser

Last synced: 13 Apr 2026

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/rivnakm/tree-sitter-zenscript

Zenscript grammar for tree-sitter

parser tree-sitter zenscript

Last synced: 18 May 2026

https://github.com/xafero/dgrok

DGrok Delphi parser

csharp delphi parser

Last synced: 14 Jan 2026

https://github.com/hq20/sol-comments-parser

[DEPRECATED] A fast and friendly solidity comments parser :snail:

comment comments parser smart-contract smart-contracts solidity solidity-contracts solidity-language solidity-web

Last synced: 03 Oct 2025

https://github.com/ChristianMurphy/tree-sitter-markdown

Markdown grammar for tree-sitter

markdown parser tree-sitter

Last synced: 11 Mar 2025

https://github.com/LeviOP/tree-sitter-cfg

GoldSrc cfg grammar for tree-sitter.

cfg goldsrc parser tree-sitter

Last synced: 11 Mar 2025

https://github.com/mukezhz/bru-go

Paser bru file to golang

bru bru-go bruno golang parser

Last synced: 01 Jun 2026

https://github.com/himanshurajora/vikid

Markdown alternative small initiative

language lexer markdown parser

Last synced: 16 May 2026

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/xirzo/jsonparser

Json parser for college assigments

cpp json parser

Last synced: 24 Apr 2026

https://github.com/neotoxic-off/inisharp

βš™οΈ INI file parser for C#

config csharp ini parser system

Last synced: 26 Jan 2026

https://github.com/frodrigo/mapcss-antlr

Antlr4 MapCSS grammar - and pyhton tree builder

antlr4 mapcss parser

Last synced: 13 Apr 2026

https://github.com/ambiere/to-object

Parse string representations of objects into JavaScript objects.

javascript json objects parser strings

Last synced: 08 Feb 2026

https://github.com/mtoohey31/starpath

A position-aware parser combinator library for OCaml with readable errors.

ocaml ocaml-library parser parser-combinators

Last synced: 11 Aug 2025

https://github.com/proh14/psh

psh, a small and minimal shell. public domain πŸ’˜

c cli lexer parser public-domain shell

Last synced: 17 Jan 2026

https://github.com/WinterCore/jsonerino

Another JSON parser written from scratch in Ruby

cli json parser ruby

Last synced: 12 Jul 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/repcomm/quadgraph

A simple quadratic function grapher in js

canvas graph js parser quadratic-formula

Last synced: 25 Jul 2025

https://github.com/farinap5/ndr-c

Custom architecture and compiler written in C

compiler lexer neander parser

Last synced: 17 Sep 2025

https://github.com/donalexandro/bpchub

Super simple parser that is being used by me as a playground to improve my skills

parser

Last synced: 25 Jul 2025

https://github.com/prestonltaylor/jss

JavaScript Sharp is an in-progress C# JavaScript parser, runtime engine and REPL.

csharp csharp-library engine javascript parser

Last synced: 02 Apr 2026

https://github.com/ksxgithub/lazy-template

String template library that send queries to function responder and interpolate the responses

crate interpolation lazy library no-std parser rust string template template-engine

Last synced: 26 Jan 2026

https://github.com/railt/http

[READ ONLY] Subtree split of the Railt Http component (see railt/railt)

bridge graphql http parser

Last synced: 17 May 2026

https://github.com/bekbolsky/kolesakz-parser

ΠŸΠ°Ρ€ΡΠ΅Ρ€ Π³Ρ€ΡƒΠ·ΠΎΠ²Ρ‹Ρ… Π°Π²Ρ‚ΠΎΠΌΠΎΠ±ΠΈΠ»Π΅ΠΉ с kolesa.kz, с Π²Ρ‹Π³Ρ€ΡƒΠ·ΠΊΠΎΠΉ Π΄Π°Π½Π½Ρ‹Ρ… Π² Ρ„ΠΎΡ€ΠΌΠ°Ρ‚Π΅ csv

beautifulsoup4 kolesa kolesakz parser webscraping

Last synced: 17 Jan 2026

https://github.com/tom-weatherhead/boss-gx-700-patch-parser

A parser for MIDI SysEx messages that describe guitar effects patches used by the Boss GX-700 guitar effects processor.

audio boss guitar gx-700 midi parser sysex-messages web-midi

Last synced: 24 Apr 2026

https://github.com/softjunkorg/fxbuilder

Biblioteca simplifica a gestΓ£o do manifesto CFX em projetos FiveM e RedM.

cfx fivem fxmanifest next parser typescript

Last synced: 05 May 2026

https://github.com/kx0101/monkey-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: 23 Jul 2025

https://github.com/whyolet/jonf-py

JONF parser/formatter in Python

configuration dsl jonf json parser python

Last synced: 14 Jan 2026

https://github.com/inferara/tree-sitter-inference

Inference Grammar for tree-sitter

inference parser tree-sitter

Last synced: 17 Apr 2026

https://github.com/hdoc1509/gh-actions.nvim

Plugins that improves support for Github Actions files in Neovim.

github-actions neovim neovim-plugin parser tree-sitter tree-sitter-gh-actions-expressions

Last synced: 06 May 2026

https://github.com/jf17/html-to-json-parser

HTML parser(grabber) to JSON format

golang grabber html html-parser json parser skrapping

Last synced: 09 May 2026

https://github.com/autonomous-bits/nomos

Configuration scripting language that compiles reusable, cascading configs into deterministic, versioned snapshots for IaC

cli compiler configuration configuration-management devops dsl go golang infrastructure-as-code monorepo parser reproducibility scripting-language

Last synced: 17 Feb 2026

https://github.com/igor-marinescu/mapalizer

A parser and viewer of linker-generated map files.

linker map-files parser

Last synced: 17 Mar 2025

https://github.com/nowux/rlpt

Lightweight truth table generator for propositional logic expressions.

parser propositional-logic rust

Last synced: 28 Apr 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/tomaskraus/line-block-parser

Recognizes multi-line blocks - such as block comments etc. Simple to use, yet quite powerful.

comments ini line parser text

Last synced: 11 Aug 2025

https://github.com/adbancroft/tunerstudioiniparser

TsIniParser - a TunerStudio INI parser

ini parser tunerstudio

Last synced: 26 Mar 2025

https://github.com/msakai/language-smtlib

A robust, Text-based Haskell library for reading, writing and incrementally streaming the SMT-LIB 2 format

parser smt-lib smt-lib2 smtlib smtlib2

Last synced: 24 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/andrelmlins/rollup-plugin-variables

Rollup plugin from parse variables

parser plugin rollup variables

Last synced: 08 Jul 2026

https://github.com/urbanjost/m_kracken

parse command line arguments and create configuration files using syntax similar to ULS commands

argument command-line fortran fortran-package-manager fpm parser parsing

Last synced: 27 Jan 2026

https://github.com/serengti/tree-sitter-chaiscript

Tree-Sitter parser for the Chaiscript language

chaiscript cpp parser scripting tree-sitter

Last synced: 07 May 2026

https://github.com/minoritea/go-decls

go-decls: list declarations in a Go source file

go golang parser tool

Last synced: 06 Jul 2025

https://github.com/nhatthm/timeparser

Time parser for Golang

go golang parser time timeparser

Last synced: 15 Feb 2026

https://github.com/mwoss/textparser

Polish constitution parser

java parser

Last synced: 17 Mar 2025

https://github.com/abhishekkr/gowebvtt

WebVTT Parser, parsing main parts of Web Video Text Tracks Format

go golang parser parser-library subtitles subtitles-parsing webvtt webvtt-parser

Last synced: 16 Aug 2025

https://github.com/maxdz-gmbh/mdz_xml

Very lightweight, fast and portable ANSI C 89/90 compliant library for parsing XML and building DOM-structure. One of the fastest and tiniest XML Parsers on the Web.

c dom library parse parser parsing portable xml xml-parser xml-parsing

Last synced: 10 Nov 2025

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/cheesegrinder/templatestr-rust

TemplateStr allows to add variable, function, condition and switch in a string.

parser rust strings

Last synced: 23 Jun 2026

https://github.com/stalonelab/wiki_fencing

An automatic Wikipedia filler for fencing

fencing parser wikipedia

Last synced: 07 Jul 2026

https://github.com/gerardpaligot/koxlim

A XML parser for Kotlin

kotlin parser xml

Last synced: 25 Jun 2026

https://github.com/sv-tools/conf-parser-yaml

YAML parser for conf project

conf parser yaml

Last synced: 11 Dec 2025

https://github.com/sv-tools/conf-parser-json

JSON parser for conf project

conf parser

Last synced: 08 Aug 2025

https://github.com/fulminazzo/markdownparser

A simple Markdown parser. It provides an API to work with Markdown elements.

github-actions java markdown parser

Last synced: 08 May 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/peterekepeter/ucx

UnrealScript Extensions - all in one language support, transformer, formatter, build system

build-tool language-support linter parser

Last synced: 01 Mar 2025

https://github.com/sh1kxrv/tinyannotations

A tiny config parser

config dictionary dotnet lexer parser

Last synced: 01 Apr 2025

https://github.com/theramann/torrent-gui-full-archived

Source codes for https://github.com/TheRamann/torrent-gui

cs csharp games javascript movies node nodejs parse parser shows songs torrent

Last synced: 05 Oct 2025

https://github.com/nikolapeja6/bio-med-proj

School project for the course Bio-Med (Računarstvo u Bio-Medicini, en. Computers in Biomedicine) course which is part of the Master studies at the School of Electrical Engineering, University of Belgrade.

expression-engine expression-evaluator parser rest-api school-project

Last synced: 04 Oct 2025

https://github.com/terotests/rangerparser

Opinionated tokenizer and parser for common and custom languages

ast generic parser tokenizer

Last synced: 22 Mar 2025

https://github.com/sv-tools/conf-reader-env

Environment variables parser for conf project

conf environment-variables parser reader

Last synced: 06 Oct 2025

https://github.com/lhvy/sus

WIP Interpreter for "Among Us" Esoteric Programming Language

among among-us baka crewmate imposter impostor language lexer parser rust sus sussy task vote

Last synced: 06 Oct 2025

https://github.com/duaraghav8/solidityparser

ANTLR4-generated Go library to parse Solidity

antlr4 golang parser solidity

Last synced: 19 May 2026

https://github.com/fabiospampinato/json-simple-parser

The fastest pure-JS implementation for JSON I could come up with.

javascript js json native parser simple

Last synced: 06 Nov 2025

https://github.com/kdwils/dockerfile

golang package to help parse and modify dockerfile contents

dockerfile golang parser

Last synced: 14 Jan 2026

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

Rampcode grammar for tree-sitter

parser tree-sitter

Last synced: 06 Oct 2025

https://github.com/nurjahonergashevme/etsy-parser

Автоматизированный парсСр ΠΌΠ°Π³Π°Π·ΠΈΠ½ΠΎΠ² Etsy с GUI интСрфСйсом, Telegram Π±ΠΎΡ‚ΠΎΠΌ ΠΈ ΠΈΠ½Ρ‚Π΅Π³Ρ€Π°Ρ†ΠΈΠ΅ΠΉ с Google Sheets.

aiogram etsy gui parser python

Last synced: 17 Aug 2025

https://github.com/msk998/gofrec

Multi record file parser written in Golang

golang parser

Last synced: 14 Jan 2026

https://github.com/mattbriggs/jsparserpy

Parser will transform JS into an XML file to use in creating # an JS object reference.

javascript parser

Last synced: 07 Oct 2025

https://github.com/ggomez0/compilador

Compilador con analisis Lexico y sintactico

lexer parser plx

Last synced: 19 Jun 2025

https://github.com/tejasmr/commandlineparser

Command Line Parser is a tool to parse command line arguments as flags and values

command-line-tool cpp cpp11 header-only parser

Last synced: 07 Oct 2025

https://github.com/peterheesterman/jjparse

Javascript JSON parser

json learning-exercise parser

Last synced: 11 Apr 2026

https://github.com/idanfishman/playwright-results-parser

Core building block for Playwright test analysis tools - provides foundational parsing, normalization, and transformation APIs that other packages can build upon.

automation parser playwright reporting test-automation test-results testing

Last synced: 01 Sep 2025

https://github.com/manishmeganathan/symbolizer

Go Package for Parsing Simple Symbols

golang lexer-parser lexical-analysis parser symbol-parser

Last synced: 07 Oct 2025

https://github.com/lichtso/es6-parser

A lightweight parser written in and for ES6 JavaScript

es6 parser

Last synced: 07 Oct 2025

https://github.com/under-web/vk_parser_topic

ΠŸΠ°Ρ€ΡΠΈΡ‚ Π½ΠΎΠΌΠ΅Ρ€Π° Ρ‚Π΅Π»Π΅Ρ„ΠΎΠ½ΠΎΠ² ΠΈ ΠΊΠΎΠΌΠΌΠ΅Π½Ρ‚Π°Ρ€ΠΈΠΈ, Π³ΠΎΡ€ΠΎΠ΄ ΠΈ имся с ссылкой Π² ΠΎΡ‚Π΄Π΅Π»ΡŒΠ½Ρ‹ΠΉ Ρ„Π°ΠΉΠ»

parser phone-parse vk-parser

Last synced: 14 Mar 2025