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/nhatthm/timeparser

Time parser for Golang

go golang parser time timeparser

Last synced: 15 Feb 2026

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/nasa-pds/pds3-product-tools

Library supporting the design/generation, validation and submission of PDS3 archival products.

parser pds3

Last synced: 01 Mar 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/biosustain/omics_valid

Specifications and validators for omics data formats used on C. autoethanogemum C1 program

bioinformatics biology omics parser

Last synced: 09 May 2026

https://github.com/ggomez0/compilador

Compilador con analisis Lexico y sintactico

lexer parser plx

Last synced: 19 Jun 2025

https://github.com/moosemorals/htmllib

A HTML parser

csharp html parser

Last synced: 30 Mar 2025

https://github.com/mann-conomy/tf-parser

A Node.js parser for converting Team Fortress 2 game files to JSON objects.

file json localization mann-conomy nodejs parser tf2 typescript

Last synced: 02 Mar 2026

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

Парсит номера телефонов и комментарии, город и имся с ссылкой в отдельный файл

parser phone-parse vk-parser

Last synced: 14 Mar 2025

https://github.com/froks/dlt-core

kotlin dlt library to parse autosar dlt files

automotive autosar diagnostic-log-and-trace dlt kotlin library parser

Last synced: 02 Mar 2026

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

Package aci implements the complete Netscape ACIv3 syntax as an SDK in a vendor-agnostic manner with rich features and a flexible design.

access-control access-control-instruction access-control-list access-rights aci aciv3 experimental go golang ldap netscape parser permissions sdk syntax

Last synced: 14 Apr 2025

https://github.com/joshua-auchincloss/synkit

A fast, syn-like incremental parser framework for Rust built on logos-rs

ast lexer parser proc-macro streaming-parser

Last synced: 12 Jan 2026

https://github.com/younes-alturkey/paint

.NET Windows Forms app applying concepts of Tokenization, Custom File extension, and Computer Graphics.

csharp filesystem graphics parser state-management tokenizer

Last synced: 06 Jul 2026

https://github.com/andreas19/argparsebuilder

Builder for argparse.ArgumentParser.

argparse argument-parser command-line parser

Last synced: 27 Mar 2026

https://github.com/geometryzen/stemcstudio-markdown

Markdown parser and rendering library based upon the commonmark specification written in TypeScript

commonmark parser typescript

Last synced: 05 Nov 2025

https://github.com/stanleystanmarsh/phrases-generator

The program for text parsing and text continuation generation based on N-grams.

haskell n-grams parser

Last synced: 23 Jul 2025

https://github.com/lambdacasserole/sugarsnap

Super generic and reusable shunting and parsing library.

dijkstra expression infix-notation parser reverse-polish-notation shunting-yard-algorithm

Last synced: 06 Apr 2025

https://github.com/vendethiel/simplestr-php

Simple string parser in PHP

parser php string-parser

Last synced: 05 Jul 2026

https://github.com/securityronin/iso9660-forensic

Forensic ISO 9660 reader & tamper analyzer in pure Rust — analyse() surfaces 23 anomaly findings (redundancy, slack, EDC/ECC, concealment) across multi-session, Rock Ridge, Joliet, El Torito & raw CD images

dfir digital-forensics disk-image ecma-119 el-torito file-format forensics incident-response iso iso9660 joliet optical-disc parser rock-ridge rust security udf

Last synced: 21 Jun 2026

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

A lightweight JSON parser built in Go, designed to tokenize and parse JSON.

cli go golang json lexer lexer-parser parser tokenization

Last synced: 12 May 2026

https://github.com/chgomez04/minishell

Unix shell implementation in C developed at 42 Barcelona, with parsing, pipes, redirections, builtins, signals and environment expansion.

42-barcelona 42-school bash c execve file-descriptors fork lexer linux makefile minishell parser pipes readline redirections shell signals unix

Last synced: 06 Jul 2026

https://github.com/sdttttt/ress

A Javascript RSS parser library for performance purposes, implemented using Wasm.

javascript npm parser rss wasm

Last synced: 12 Jan 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/olacin/tree-sitter-storm

Storm grammar for tree-sitter

lexer parser storm synapse

Last synced: 03 Feb 2026

https://github.com/justin-marian/magic-temple

Simple program that solves string problems: large number additions, cipher encodings and "2-grams"".

c caesar-cipher encryption parser string-manipulation vigenere-cipher

Last synced: 29 Jun 2025

https://github.com/marcinorl/nmea-0183_gps_parser

GPS parser. Project for the subject 'Mobile Technologies'.

gps parser

Last synced: 14 Apr 2025

https://github.com/knightedcodemonkey/reparse

Multiple SWC parsings with correct spans.

ast commonjs esmodule parser swc

Last synced: 22 Jan 2026

https://github.com/textwire/tree-sitter-textwire

The tree-sitter parser for Textwire, dynamic templating and scripting language for Go. Ideal for embedding dynamic content with Go applications

parser tree-sitter tree-sitter-parser

Last synced: 09 May 2026

https://github.com/jozanza/jsonify-css

parses a css string into a convenient json structure

css json parser

Last synced: 10 May 2026

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/valtech-commerce/keepachangelog

Parser and linter in Node.js for Keep a Changelog

keep-a-changelog keepachangelog linter marked npm-package parser

Last synced: 28 Jun 2026

https://github.com/imdeep2905/ll1_parser

Implementation of LL1 parser in C++.

cplusplus ll1-parser parser

Last synced: 22 May 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/kenanbek/tutorial-python-crawler

Crawling website data using Python with requests and Beautiful Soup libraries

beautifulsoup crawler crawling miner parser python python-requests requests

Last synced: 30 Mar 2025

https://github.com/harakeishi/gscp

gscp is the ssh-config parser available in go. gscp is named as an abbreviation of go ssh config parser.

go golang parser ssh ssh-config

Last synced: 12 Jan 2026

https://github.com/rmuir/tree-sitter-javadoc

Javadoc grammar for tree-sitter

javadoc parser tree-sitter

Last synced: 02 Apr 2026

https://github.com/mateusjssilva/lexical-syntactic-analysis

SimpAlg Parser: A simple parser for the SimpAlg programming language, built using ANTLR.

antlr4 java parser

Last synced: 30 Mar 2025

https://github.com/lbwa/mark-to-json

:truck: Parse the markdown into a JSON static file.

json markdown-parser markdown-parsing markdown-to-json parser static static-files

Last synced: 22 Jun 2026

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

This console application allows you to parse markdown into html

console html markdown parser

Last synced: 07 May 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/vishwaksena94/tokenloom

🔍 Parse streamed text into structured events using TokenLoom, a TypeScript library designed for flexible handling of real-time data and custom tags.

anthropic claude code-fence gemini gpt groq llm markdown markup openai parser stream streaming syntax syntax-highlighting tokenization tokens xai

Last synced: 17 Apr 2026

https://github.com/jwalsh/syntree-generator

A tool for converting French literary text into S-expression syntax trees for linguistic analysis, with visualization capabilities

abstract-syntax-tree constituency-parsing emacs french linguistics literary-analysis nlp org-mode parser proust python s-expression spacy syntax-analysis syntax-tree

Last synced: 05 Mar 2025

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/eeriemyxi/c-rpn-eval

C program that can evaluate postfix arithmetic expressions (Reverse Polish Notation).

c evaluator parser postfix rpn

Last synced: 28 Jun 2025

https://github.com/bilal-belli/javaclassesclustering

This is a tool that allows you to cluster classes in a java project with a criteria.

java jdt parser

Last synced: 17 Apr 2026

https://github.com/arkenidar/parser

Simple parsing exercises (traditional)

parser programmable

Last synced: 03 Nov 2025

https://github.com/FouFouJouJou/jeeson

Json parsing library

json jsonparser parser

Last synced: 29 Jun 2026

https://github.com/yggverse/gemtext-php

Object-oriented PHP 8 library for Gemini / Gemtext operations

composer gemini gemini-php gemini-protocol gemtext gemtext-php library parser php text-gemini

Last synced: 08 Mar 2026

https://github.com/nicholaswmin/flomaster

fast, native syntax highlighting [wip]

highlight-api parser syntax-highlighting tokenizer

Last synced: 10 Sep 2025

https://github.com/saradaabura/pygps2

Analyze almost every sentence.

gnss gps parser pygps2 python

Last synced: 05 Apr 2026

https://github.com/jednano/ini

A highly configurable INI parser that reads and writes the informal INI file format.

configurable format ini parse parser read write

Last synced: 18 Feb 2026

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/tivikdev/5bukv-parser

Парсер 5 букв для Т-Банка

bs4 parser

Last synced: 03 Apr 2025

https://github.com/rbcavi/parserlang

A programming language, intended for writing recursive descent parsers

compiled-language parser vm

Last synced: 18 Apr 2026

https://github.com/networkexception/script

A primitive scripting language I develop when I'm bored

csharp interpreter parser typescript

Last synced: 18 Apr 2026

https://github.com/hutsoninc/rangify-string

Create an array from a string of integer ranges.

array int integer parse parser range

Last synced: 04 Nov 2025

https://github.com/dkrsk/copypastaru-parser

Pasta parser for copypastas.ru

copypastas dotnet fsharp parser

Last synced: 19 Apr 2026

https://github.com/omermecitoglu/react-component-tree-parser

Provides a function to parse react component tree of a tsx file

component parser react tree

Last synced: 14 Mar 2025

https://github.com/suhanyujie/hello_parser_of_js

learn lexer/parser

lexer parser

Last synced: 07 Oct 2025

https://github.com/nikolai2038/draw-io-automata-parser

Scripts for working with automata represented by diagrams in files *.drawio.

automata bash draw-io drawio parser xml-parser

Last synced: 11 May 2026

https://github.com/lesterrry/miwifi

Control your Mi router

parser router xiaomi

Last synced: 06 Jun 2026

https://github.com/gldanoob/nooblang-rust

NOOBLANG interpreter but in Rust (not blazingly fast)

esolang esoteric-programming-language interpreter lexer parser rust

Last synced: 02 Apr 2025

https://github.com/averageencoreenjoer/csvtojson

Converter from CSV format to JSON format

converter csv json parser python

Last synced: 23 Jun 2026

https://github.com/danilosampaio/integraph

Create Architecture diagrams from your code.

architecture diagram mermaid parser yaml

Last synced: 20 Apr 2026

https://github.com/slegarraga/json-from-llm

Extract valid JSON from an LLM response, even when wrapped in reasoning/thinking tags, markdown fences or prose. Zero dependencies.

ai-agents anthropic deepseek gemini json json-parser llm llm-output openai openai-compatible parser reasoning structured-output tool-calling typescript zero-dependencies

Last synced: 05 Jun 2026

https://github.com/gthomas08/flex-bison-project

Lexical and grammatical implementation of a subset of the Python programming language.

bison flex parser python

Last synced: 28 Apr 2026

https://github.com/tool3/dvd-cli

🎬 create beautiful animated SVGs from terminal output

animation asciinema parser recorder renderer svg

Last synced: 05 Jun 2026

https://github.com/hienlh/parse-apk-ipa

🗳 Packed node js to parse apk/iap file

apk ipa json parser

Last synced: 21 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/thechampagne/bibtex.h

A single-file header-only library to parse BibTeX.

bibtex bibtexparser c library parser

Last synced: 05 Jun 2026

https://github.com/solrikk/2gistrace

Скрипт на Python для автоматического сбора информации о компаниях из каталога 2ГИС. Полученные данные сохраняются в формате CSV и могут использоваться для анализа или интеграции в другие системы.

2gis parser

Last synced: 23 Jun 2026

https://github.com/rk0cc/dart_repourl

Alternative Uri object of representing repository URL in Git

dart git http https parser repository repository-url rsync ssh uri url

Last synced: 22 Apr 2026

https://github.com/nilsmartel/math_parser

Rust library to parse simple mathematical Expressions

math nom parser rust

Last synced: 12 Jan 2026

https://github.com/alanvf/star_parser

WIP parser for the Star programming language

menhir ocaml parser star

Last synced: 05 Jun 2026

https://github.com/teleivo/dot

A toolchain for the DOT language including lsp, formatter and live preview

dotlang formatter lsp parser parsing

Last synced: 20 Jun 2026

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

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

parser python scraper

Last synced: 05 Jun 2026

https://github.com/mtoohey31/tree-sitter-ld

Linker script grammar for tree-sitter

linker-script parser tree-sitter

Last synced: 13 May 2026

https://github.com/dpronin/regexp

The binary and library to parse input lines with regular expressions

parser regexp

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/burntcaramel/lofi-elixir

Lofi parser for Elixir

content elixir lofi markup parser

Last synced: 11 Jun 2026

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/kruceo/marceo

Converts Markdown to HTML, allowing you to create fully customized and structured HTML documents.

html markdown markdown-to-html parser

Last synced: 12 Feb 2026

https://github.com/antoneri/hicparser

Python decoder for the HiC genome contact format

genome-sequencing hi-c parser python

Last synced: 22 May 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/aloisdeniel/node-parse-version

Parsing four number versions.

fourdigits parser versionning

Last synced: 06 Jun 2026

https://github.com/atian25/git-changelog-parser

Parse Git `ChangeLog.md / History.md` to JSON

changelog history markdown parser

Last synced: 25 Apr 2026

https://github.com/xaionaro-go/gosrc

Parse Go packages to handy structures (to save time on understanding `go/ast` and `go/types`).

ast go golang parser

Last synced: 13 Jun 2026

https://github.com/miranizam/online-library

The script that help you to parse books and information about them posted on the site tululu.org. You can also deploy your own site with books and make it in offline format.

argparse beautifulsoup css-selectors github-pages parser python3 website

Last synced: 14 Mar 2025

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

A JSON parser written in Javascript using parser combinators.

json parser parser-combinators

Last synced: 26 Apr 2026

https://github.com/ktav-lang/php

PHP bindings for Ktav — a plain configuration format with three rules, zero indentation, and zero quoting. FFI over the reference Rust crate — no PHP extension to compile, prebuilt binaries for Linux/macOS/Windows.

bindings composer config config-format configuration ffi ktav parser php rust

Last synced: 26 Apr 2026