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/jamesgober/luminess

A high-performance, JIT-enabled template engine for Rust with configurable extensions, smart includes, and professional-grade directives.

code-generation lexer parser rendering rust template template-engine

Last synced: 12 Aug 2025

https://github.com/nullscreen/uncsv

A parser for unruly CSVs

csv parser ruby

Last synced: 28 Feb 2026

https://github.com/dylancl/sitemap-crawler

Verify the status of each url in a (hosted) sitemap XML file.

crawler parser scraper sitemap xml

Last synced: 04 Oct 2025

https://github.com/anishlearnstocode/md-to-html-parser

This is a markdown parser that returns valid html code for any valid markdown text.

html markdown md parser

Last synced: 16 Apr 2026

https://github.com/mann-conomy/vdf-utils

A Node.js utility library for parsing and converting objects in Valve's Data File (VDF) format.

format mann-conomy nodejs parser steam typescript valve vdf

Last synced: 28 Feb 2026

https://github.com/poppa/string-walker

Navigate within a string

parser string-manipulation strings tokenizer

Last synced: 14 Feb 2026

https://git.hiifong.cc/mirrors/maddy

C++ Markdown to HTML header-only parser library

c-plus-plus cpp cpp14 header-only html library markdown parser

Last synced: 04 Oct 2025

https://github.com/somewind/highlight-words-parser

Parse a give string to highlight words.

highlight highlightwords parser words

Last synced: 15 Feb 2026

https://github.com/hashadex/naturaldateinput

Java library for parsing human, natural language dates

date natural-language parser time todoist

Last synced: 15 Feb 2026

https://github.com/stoe/action-reporting-parse-cli

CLI to parse https://github.com/stoe/action-reporting-cli reports

cli github parser reporting

Last synced: 15 Feb 2026

https://github.com/0xeab/salty-utility

Utility for processing bording school menus

data-processing dishes emoji formatter language-processing parser sql tagging

Last synced: 16 Feb 2026

https://github.com/bel-framework/bel-scan

Generic scanner for Erlang

erlang erlang-library parser parser-library

Last synced: 16 Feb 2026

https://github.com/engossoftware/idml

Indented delimiter markup language parser

delimiter indented language markup parser

Last synced: 01 Mar 2026

https://github.com/configuredthings/rdp.js

Minimal TypeScript base class for building recursive descent parsers — with a CLI that generates typed parsers from EBNF or ABNF grammars

abnf ebnf grammar parser parser-generator recursive-descent-parser typescript

Last synced: 19 Apr 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/vnau/jsooner

Parse JSON streams faster.

json json-parser jsooner npm-package parser streaming typescript

Last synced: 09 Mar 2026

https://github.com/koykov/urlvector

Vector URL parser with minimum memory consumption.

parser url vector

Last synced: 20 Jan 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/nakabonne/fmtdiff

A goimports client as well as a parser of its result

diff go go-library gofmt goimports golang parser

Last synced: 03 Oct 2025

https://github.com/anujdhillxn/flipbook

A language for generating flipbooks using pictures

interpreter parser python3

Last synced: 22 Mar 2026

https://github.com/OrlovEvgeny/serde.zig

Universal serialization for Zig: JSON, Yaml, MessagePack, TOML, CSV and more from a single API

json-serialization parser serde zig zig-library zig-package

Last synced: 24 Mar 2026

https://github.com/rryi/tokens.jl

parse text into tokens, build memory-efficient token lists and trees,

lexer mutable-strings parser parsing string string-manipulation string-tree string-vector token tokenize

Last synced: 02 Mar 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/rahuldangeofficial/09-word-arithmetic-parser

An educational React compiler dashboard that visualizes how mathematical expressions written with English words (plus, minus, multiply, divide) are tokenized, parsed into abstract syntax trees (AST), and evaluated using BODMAS precedence rules.

abstract-syntax-tree javascript-es6 parser reactjs recursive-descent-parser tokenizer vitejs

Last synced: 02 Jun 2026

https://github.com/Koatty/koatty_payload

Payload parser for koatty.

middleware parser request-handler

Last synced: 09 Aug 2025

https://github.com/watcol/somen

An asynchronous parser combinator for Rust.

asynchronous parser parser-combinators rust

Last synced: 27 Mar 2026

https://github.com/andreas19/argparsebuilder

Builder for argparse.ArgumentParser.

argparse argument-parser command-line parser

Last synced: 27 Mar 2026

https://github.com/puzzlef/graph-csr-openmp

Design of high-performance OpenMP-based parallel Graph Edgelist and Compressed Sparse Row (CSR) loader, aka GVEL.

algorithm csr edgelist graph gvel load openmp parallel parser

Last synced: 08 Aug 2025

https://github.com/incomplete-infinity/combatlogparser

In development- Currently just an outline for code to parse game logs

combat-log data-processing eve-online game-analytics javascript log-parser parser pve pvp

Last synced: 08 Aug 2025

https://github.com/jessecoretta/go-antlr4512

ANTLR4 implementation of RFC4512

antlr lexer parser rfc4512 tokenizer

Last synced: 06 Aug 2025

https://github.com/hobadee/emlparser

PowerShell module to parse EML files

email eml eml-files imf parser powershell powershell-module rfc5322

Last synced: 09 Nov 2025

https://github.com/permalik/markdown_parser_go

systems:markdown lexer and parser

go lexer markdown parser

Last synced: 04 Aug 2025

https://github.com/kuria/parser

Character-by-character string parsing library

parser php

Last synced: 04 Aug 2025

https://github.com/kaelaela/kotshisample

Kotshi sample repository. https://github.com/ansman/kotshi

android kotlin kotshi moshi parser

Last synced: 16 Apr 2026

https://github.com/pustovitdmytro/parser

tiny universal Python-based asynchronous sites scrapper

aiohttp boilerplate parser python3 scrapper

Last synced: 03 Aug 2025

https://github.com/ayeshaashfaq12/c-compiler

This project is a C++ compiler designed to provide all standard compiler features, with the parsing phase already completed and further stages in development.

compiler-construction compiler-design cpp cpp-programming lexical lexical-analysis parser parsing software-development syntax-analysis

Last synced: 03 Aug 2025

https://github.com/fenollp/ply

Rust PLY parser using Nom

nom parser ply rust

Last synced: 02 Aug 2025

https://github.com/lost22git/parser-combinator

parser combinator

combinator parser

Last synced: 02 Aug 2025

https://github.com/robbycbennett/json

JavaScript Object Notation library for Rust

json library parser personal

Last synced: 17 Apr 2026

https://github.com/codemeapixel/luats

A TypeScript library for parsing, formatting, and providing type interfaces for Lua and Luau code.

ast code-analysis code-generation fivem formatter lua luau parser redm roblox static-analysis syntax-tree transpiler type-interfaces typescript

Last synced: 17 Apr 2026

https://github.com/yonis-savary/extracteur-lpp

Extracteur de code LPP depuis fichier NX de la sécu (LPPTOT)

lpp parser securite-sociale sql

Last synced: 02 Aug 2025

https://github.com/sarveshh/markdownerr

A react project to preview, generate and share markdowns. With 10+ templates of top usability of markdowns, markdownerr makes writing blogs, ReadMe's a breeze.

expressjs html markdown markdown-converter markdown-editor markdown-parser markdown-previewer markdown-to-html markdown-viewer nodejs parse parser remarkable syntax-highlighting

Last synced: 09 Apr 2026

https://github.com/bohdaq/url-build-parse

`url-build-parse` provides the ability to parse URL from string as well as construct URL from parts.

parser rust url

Last synced: 02 Apr 2026

https://github.com/fulminazzo/kjason

A JSON parser written in Kotlin

gradle groovy json kotlin parser tokenizer

Last synced: 09 Apr 2026

https://github.com/oxabl-project/oxabl

High performance, unofficial Progress ABL tooling

build-tool lexer parser progress-abl rust

Last synced: 03 Apr 2026

https://github.com/hasuzawa/nspredicate_parser

A simple Go parser for Objective-C NSPredicate. Created for personal usage and work.

golang objective-c parser swift

Last synced: 17 Apr 2026

https://github.com/visionik/trongo

TRON (Token Reduced Object Notation) format library for Go

go json parser serialization tron

Last synced: 17 Apr 2026

https://github.com/psydok/app_mafic

Андроид приложение MAFic для получения информации об обновлений глав манги и фанфов, серий аниме и сериалов в 1 свап. На Google Play

android google-play parser

Last synced: 12 Apr 2026

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

A LCOV file parser.

lcov parser typescript

Last synced: 04 Apr 2025

https://github.com/zhuliquan/datemath_parser

This package can parse date match expression, which used by ElasticSearch

datemath elasticsearch golang parser

Last synced: 12 Apr 2026

https://github.com/nafisahnubah/json-compiler-frontend

A JSON parser and scanner including syntactic and semantic analysis

compiler frontend json parser python scanner

Last synced: 14 May 2026

https://github.com/averemee-si/ojdbc-types

A set of classes for converting oracle.sql.* to/from Java types and for decoding some Oracle RDBMS internal structures

datatypes internals java jdbc number oracle parser rba redo redobyteaddress rowid uba undobyteaddress unsigned xid

Last synced: 14 Jan 2026

https://github.com/paddecraft/typed-env

Typed env is an easy solution to type-check and check for environment variables, including the ones from .env-files.

environment-variables parser python3 type-annotations

Last synced: 18 Jan 2026

https://github.com/mhogeveen/monkey-interpreter

Monkey Interpreter written in Go

go golang interpreter lexer parser

Last synced: 23 Apr 2025

https://github.com/chillmatin/enpara-transactions-parser

Converting Enpara Transactions Report to more useful file formats like csv, json, xlsx, or ofx.

banking enpara fintech go ofx parser

Last synced: 03 Apr 2026

https://github.com/martinrosenberg/dice_parser

Just a simple dice parser for a coding challenge.

dice dice-roller parser python python3

Last synced: 05 Apr 2025

https://github.com/opengiver/markyfy

A simplify and flexible markdown parser with syntax highlighting support

markdown parser syntax-highlighting

Last synced: 12 Feb 2026

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/oblac/jodd-lagarto-site

Jodd Lagarto site hosted on Gitbook

html jodd jodd-lagarto parser

Last synced: 04 Feb 2026

https://github.com/minidomo/laifutil

Identify and parse Discord embeds sent from LaifuBot.

bot discord embed laifu laifubot parser

Last synced: 15 May 2026

https://github.com/notakeith/itmoscript

Interpreter for ITMOScript, a dynamically-typed scripting language. Hand-written lexer, recursive descent parser, AST, and tree-walking interpreter

ast cpp interpreter lexer parser programming-language scripting-language

Last synced: 03 Jun 2026

https://github.com/dark-lon3r/aiomediagrabber

AioMediaGrabber — бота для Telegram на базе библиотеки aiogram, который позволяет скачивать видео из TikTok 🎵 и треки из SoundCloud 🎧! 🚀

aiogram aiogram-bot bot download downloader easy music os parser parsing python scraper telegram telegram-bot telegram-bot-api ukraine ukrainian video

Last synced: 28 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/axetroy/protocols

Get the protocols of an input url.

dart parser protocol url

Last synced: 09 Apr 2025

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/deftio/fifostr

python mutable string class with streaming pattern recognition parser and FIFO support

deque fifo-queue mutable-python-string parser python regex streaming-parser

Last synced: 04 Jul 2025

https://github.com/max-planck-innovation-competition/go-semanticscholar

A toolbox for the interaction with semantic scholar data.

client go parser semanticscholar

Last synced: 04 Apr 2025

https://github.com/yawkar/extended-expressions-parser-calculator

(Student Lab Project) Первая проба пера в создании калькулятора, строящего вычислительный граф на основе спарсенных выражений и вычисляющего значение главного выражения

calculator laboratory-work parser

Last synced: 09 Apr 2025

https://github.com/teixdavide/FEUP_PFL_Parser

λ | Low-level machine interpreter and compiler project, including stack management, parsing, and compiling imperative programs

assembler compiler feup functional-parsing functional-programming parser pfl

Last synced: 05 Jan 2026

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/ehwan/string-parser

Template LL parser generator

cpp header-only parse parser

Last synced: 02 Apr 2025

https://github.com/petrvacha/audiogetter

Script prints out all mp3 links on current page

audio-lists mp3 parser

Last synced: 23 Apr 2025

https://github.com/casatrick/solana-transaction-crawler

crawl & parse solana transaction

crawler parser rust solana transaction

Last synced: 20 Jun 2026

https://github.com/saket-sk/semester6-sppu-systems-programming-lab

Collection of codes and assignments I performed for the SL-V Systems Programming Lab (SPPU).

lex lexical-analyzer parser pass-assembler sppu system-programming yacc-lex

Last synced: 13 Jun 2026

https://github.com/gitcordier/thechemicalbrowsers

Given a chemical formula, find how many H, He, Li, Be, B, C, N, ... are involved. Iterative algorithm, not the naive one!

chemical-formula iterative-algorithms parser

Last synced: 12 Apr 2025

https://github.com/mauricelambert/querycombinedlogformat

This tool extracts, filters and parses combined log format (apache and nginx default access.log format) with a easy and fast language syntax.

access access-log access-logs apache clf combined-log-format dfir filtering forensic forensics incident-response investigation language log nginx parser query regex web

Last synced: 26 Apr 2026

https://github.com/ology/lingua-tokenparse

Parse a word into scored, fragment combinations

nomenclature parser perl5

Last synced: 30 Jun 2026

https://github.com/glyn/expr

Expression parsing example, based on https://compilers.iecc.com/crenshaw/

example expression golang parser

Last synced: 24 Mar 2025

https://github.com/thedvlprs/cheerio-parser

🔥 Cheerio Parser

cheeriojs demo parser

Last synced: 26 Mar 2025

https://github.com/defective4/vcd4j

VCD (Value Change Dump) files parser, player, recorder and writer library for Java

java parser vcd

Last synced: 22 Jun 2025

https://github.com/skywalker13/libduck

A Daisy 2.02 parser API

daisy parser player

Last synced: 12 May 2026

https://github.com/jaimecgomezz/dft.p

dft instructions parser

parser

Last synced: 15 May 2026

https://github.com/xuguruogu/ragel_redis_parser

redis parser using ragel

parser ragel redis

Last synced: 18 May 2026

https://github.com/hashal890/salesway-dashboard-assignment

Welcome to the Salesway Dashboard, a comprehensive tool designed for visualizing and managing sales data effectively. This dashboard offers a seamless user experience with various features to enhance data visualization and analysis, while ensuring secure access and robust error handling.

axios body chakra-ui chartjs cors css dotenv express html javascript mongoose parser react react-chartjs-2 react-icons vercel

Last synced: 07 Apr 2026

https://github.com/harikrishnanbalagopal/starjson

JSON parser for the Starlark language

json parser starlark

Last synced: 16 Jun 2025

https://github.com/danue1/dynamik

The ORM for DynamoDB

dynamodb lexer orm parser

Last synced: 02 Apr 2025

https://github.com/followtheprocess/parser

Simple, combinatorial parsing in Go!

go parser parser-combinators text-parsing utf-8

Last synced: 10 Apr 2025

https://github.com/oguzhand95/tis100

A tool and package to parse TIS100 assembly programs.

assembly golang parser tis100

Last synced: 01 May 2026

https://github.com/marianmeres/condition-parser

Human friendly search conditions notation parser. Somewhat similar to Gmail "Search email" input.

conditions parser

Last synced: 06 May 2026