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/goodbyteco/markdown-tasks

A Markdown syntax for rich todo-items.

document markdown parser specification tasks todolist

Last synced: 26 Apr 2026

https://github.com/alxpez/parsist

text parser, cleaner and formatter

array cleaner formatter list parser raw regexp string

Last synced: 18 Jan 2026

https://github.com/here-be/snapdragon-is-inside

Snapdragon plugin that adds an `isInside` method to the compiler instance for checking if a node is currently inside a given node type.

ast compiler javascript node nodejs parser snapdragon snapdragon-plugin

Last synced: 26 Apr 2026

https://github.com/lpraat/inbq

A library for parsing BigQuery queries and extracting schema-aware, column-level lineage.

bigquery data-lineage parser sql

Last synced: 26 Apr 2026

https://github.com/maread99/valimp

Use Python type hints to validate, parse and coerce inputs to public functions

argument-parser coerce functions parser parsing python3 validation

Last synced: 12 Jun 2025

https://github.com/8dcc/sl

Simple Lisp interpreter

evaluator interpreter lisp lisp-interpreter parser simple

Last synced: 24 Apr 2025

https://github.com/alfarih31/nb-go-parser

Noob Go Parser (nb-go-parser) is a tools to parse primitive types in Go

go golang parser primitive-types

Last synced: 25 Jun 2026

https://github.com/ryanve/wtb

what the box dimension parser

dimension dimensions funny javascript node-module parser

Last synced: 16 Mar 2025

https://github.com/bakaq/formula-parser

A basic formula parser written in Rust

parser

Last synced: 25 Apr 2026

https://github.com/velliz/pukoconsole

Advanced console util that make pukoframework get things done on the fly

command-line-tool generator parser php-library

Last synced: 28 Jul 2025

https://github.com/mark-summerfield/uxf

Uniform eXchange Format (uxf) is a plain text human readable optionally typed storage format that supports custom types. It may serve as a convenient alternative to csv, ini, json, sqlite, toml, xml, or yaml.

data ini json parser pretty-printer sqlite storage-engine toml xml yaml

Last synced: 08 Oct 2025

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

NQC grammar for tree-sitter

nqc parser tree-sitter

Last synced: 24 Apr 2026

https://github.com/eggplants/eijiro-to-sqlite

英辞郎 (English-Japanese dictionary) -> sqlite3

cli database dictionary eijiro parser python sqlite sqlite3

Last synced: 07 May 2026

https://github.com/bpetermann/node-interpreter

Typescript interpreter for monkey

interpreter jest lexer nodejs parser typescript

Last synced: 07 May 2026

https://github.com/fabervitale/deno_minimist

💾 Parses command line arguments. Port & rewrite of the node library minimist

cli deno minimist parser typescript

Last synced: 01 May 2026

https://github.com/ghostwriter/syntax

[WIP]Lexical Analysis library for PHP (Tokenizer, Lexer, Parser, Generator)

generator ghostwriter lexer parser php syntax tokenizer

Last synced: 11 Jan 2026

https://github.com/skarllot/azure-keyvault-reference

Configuration provider implementation that decorates configuration supporting Azure Key Vault references

azure configuration keyvault parser provider secret

Last synced: 07 May 2026

https://github.com/pavelhoral/beth-parser

Node.js based parser library for Bethesda's Creation Engine data files.

bethesda parser

Last synced: 24 Jan 2026

https://github.com/luke-beep/ason

Azrael's Simple Object Notation.

deserializer json language parser serializer unparser

Last synced: 21 Apr 2026

https://github.com/mokiat/java-data-off

A Java library for reading OFF 3D model resources.

decoder java off parser

Last synced: 22 Aug 2025

https://github.com/vxern/robots_txt

⚙️ A quality `robots.txt` ruleset parser to ensure your application follows the standard specification for the file.

complete dart documented fast parser robots robots-txt robots-txt-parser robotstxt simple tiny

Last synced: 30 Jan 2026

https://github.com/joutvhu/expansy

An expression analyzer that allows you to define expression elements of your design.

analysis engine expression expression-parser parser

Last synced: 18 Jun 2026

https://github.com/stacksjs/ts-svg

Pure-TypeScript SVG parser, rasterizer, and PNG encoder.

optimizer parser svg typescript

Last synced: 16 Jun 2026

https://github.com/stacksjs/ts-md

Extremely performant markdown parser & compiler.

compiler markdown markdown-it marked parser

Last synced: 16 Jun 2026

https://github.com/derekstride/monkey

Following Writing an Interpreter in Go (https://interpreterbook.com/) & Writing a Compiler in Go (https://compilerbook.com/) by Thorsten Ball

compiler interpreter parser rust

Last synced: 02 Apr 2025

https://github.com/fabarca/andar

Provides an abstraction layer for creating and parsing paths in a programmatic way via templates.

best-practices desing-patterns parser path path-manager python template

Last synced: 14 Jan 2026

https://github.com/fisayo-dev/loan-parser

Converts loan document agreements to standard data schema integrable with loan softwares - LMA Edge Hackathon.

ai hackathon loan parser

Last synced: 19 Apr 2026

https://github.com/gbowne1/kicadparser

This is a KiCAD project file(s) parser and eventually will include a generator.

csharp dotnet eda generator kicad parser parser-generator project

Last synced: 16 Apr 2026

https://github.com/adam-elmi/sommark

SomMark is a simple and extensible markup language designed for writing documentation and structured content.

docs documentation dsl html json json-langugae langauge mapper mapping markdown markup markup-language mdx parser transpiler

Last synced: 01 Apr 2026

https://github.com/hirotoshioi/scrapbox

Scrapbox parser and renderer

haskell markdown parser scrapbox

Last synced: 20 May 2026

https://github.com/ajm188/hava

{Lexer, Parser} for a Java-like language implemented in Haskell

haskell lexer parser

Last synced: 10 Oct 2025

https://github.com/ralekna/peq

JavaScript parsing expressions query library

api generator javascript parser peg pegjs

Last synced: 16 Mar 2025

https://github.com/thuongtruong1009/gouse

🫧 A modern Golang utility package delivering consistency, modularity, performance, & extras presets. Inspired by Lodash

benchmark ci docsaurus github go godev golang javascript library lodash modules nextjs package parser testing unittest utility

Last synced: 05 Apr 2026

https://github.com/ulivz/supath

An additional path parsing module for nodejs

nodejs npm parser path path-parsing

Last synced: 18 Apr 2026

https://github.com/openvicproject/lexy-vdf

VDF parser using Lexy

keyvalue parser steam valve vdf

Last synced: 11 Jul 2025

https://github.com/leonardpepa/reverse-polish-notation

Reverse Polish notation lexer, parser and very small compiler that generates jvm assembly code. The programs just calculates the mathematical expression (+, -, * , /) and prints out the answer.

c compiler-design jvm lexer lexer-parser parser programming-languages reverse-polish-notation

Last synced: 17 Apr 2026

https://github.com/durudex/go-polylang

Implementation of the Polylang language in Go.

go parser polylang

Last synced: 14 Jan 2026

https://github.com/interlark/huntmap-parser

Парсер карт охотничьих угодий huntmap.ru

cartography geojson maps parser python3 selenium

Last synced: 18 Jan 2026

https://github.com/wimpyprogrammer/conditional-expression-parser

A simple web site for parsing conditional expressions using JavaScript.

bootstrap3 conditional-statements javascript parser regex

Last synced: 27 Feb 2026

https://github.com/zefir-git/multipart.ts

TypeScript library for multipart data parsing and creation

class-based formdata library multipart object-oriented-programming oop parse parser typescript

Last synced: 12 Dec 2025

https://github.com/andreafioraldi/til-compiler

Tripel Intermediate Language Compiler - Compile an XML based assembly language to bytecode for the Tripel Virtual Machine

assembly-language bison bytecode c cmake compiler flex language-compiler libxml2 parser xml

Last synced: 03 May 2026

https://github.com/hrehfeld/python-org-mode

Towards a complete org-mode parser

emacs json org-mode parser python roundtrip

Last synced: 12 Apr 2026

https://github.com/andreasbm/fireparse

An extensible markdown to html converter

extensible html markdown parse parser showdown syntax-tree

Last synced: 14 Feb 2026

https://github.com/nunocastanho/d7

A comprehensive Python-based dice notation interpreter and roller.

dice dice-notation dice-roller parser python tabletop ttrpgs

Last synced: 11 Oct 2025

https://github.com/vasilescur/ambush

Compiler for Tiger language, written in Standard ML for Duke ECE/CS 553: Compiler Construction. The compiler follows the standard flow of lexing, parsing, semantic analysis and type checking, intermediate representation, liveness analysis, and code generation.

compiler-construction compilers lexer parser sml tiger-language

Last synced: 19 Mar 2026

https://github.com/trwyant/perl-ppix-regexp

Parse regular expressions

parser perl perl-module

Last synced: 29 Apr 2025

https://github.com/iambnlvn/sig-parser

A manual Recursive-descent parser for Sig(Programming language)

bunjs parser recursive-descent-parser

Last synced: 15 Feb 2026

https://github.com/savi-lang/peg

Parsing Expression Grammars for the Savi standard library.

library parser parsing peg savi standard-library

Last synced: 19 Mar 2026

https://github.com/excoffierleonard/parser

REST API service in Rust that takes in any file and returns its parsed content.

api-rest parser rust

Last synced: 01 Mar 2026

https://github.com/stagas/tinypratt

a tiny pratt parser implementation

parser pratt

Last synced: 12 Oct 2025

https://github.com/ivangabriele/from-ndjson

Convert ndjson stringified data into JSON-object arrays.

convert json ndjson parse parser

Last synced: 15 Mar 2025

https://github.com/allindevelopers/executanti

Reverse engineer and Web version of "Furnica" and "Cangourou"

ast lexer parser programming-language tokens

Last synced: 26 Mar 2025

https://github.com/sayedrisat/bnscript

Automation-first programming language that compiles to JavaScript with a real compiler pipeline, runtime, and CLI.

automation bangla cli code-generator compiler developer-tools javascript language-design lexer parser programming-language sayed-risat semantic-analysis transpiler

Last synced: 11 Jun 2026

https://github.com/ydah/parselly

Parselly is a module providing a simple way to parse and extract data from a css selector 🌿

css css-selector css-selector-parser css-selectors parser

Last synced: 13 Oct 2025

https://github.com/aykutkardas/svgps-cli

This project is the CLI version of the svgps package.

cli icomoon icons parser svg svg-icons

Last synced: 02 Apr 2025

https://github.com/piraka9011/dsl_urdf_parser

A parser for URDF files that generates .kindsl files for Robcogen.

dsl kindsl parser python robcogen urdf

Last synced: 13 Oct 2025

https://github.com/chicode/lisa

A Lisp dialect designed for codingworkshops

elm lisp lisp-dialect parser

Last synced: 22 Jun 2026

https://github.com/yisaer/idl-parser

OMG IDL Parser written in go

go omg-idl parser parser-combinator

Last synced: 13 Oct 2025

https://github.com/scymtym/serialization.protocol-buffer

Pure Common Lisp Protocol Buffer compiler (third rewrite)

code-generator parser protocol-buffer

Last synced: 06 Jan 2026

https://github.com/marcoradocchia/linux-meminfo

An efficient, zero-allocations /proc/meminfo parsing library for Rust.

linux meminfo memory parse parser parsing zero-allocation zero-allocations

Last synced: 14 May 2026

https://github.com/sasyxk/donato

donato a new programming language developed for the master thesis for UT and Unipr.

ast cpp-programming llvm parser

Last synced: 16 Apr 2026

https://github.com/nef10/swiftbeancountparser

Parser to parse plain text into a ledger model

parser plaintext-accounting swiftbeancount

Last synced: 13 Oct 2025

https://github.com/basemax/calculator-flex-bison-c

A tiny calculator project with lexer/parser based on Flex, Bison with pure c programming language.

bison c flex lexer parser yacc yacc-example yacc-lex

Last synced: 03 Apr 2025

https://github.com/swaggerexpert/jsonpath

RFC 9535 JSONPath parser & validator

jsonpath parser rfc9535 validator

Last synced: 12 Apr 2026

https://github.com/nikitasakunde/dance-website

This is dance website which contain two mongodb database.

cors css express javascript mongo mongodb mongoose nodejs nodemon parser pugjs

Last synced: 14 Mar 2026

https://github.com/mrrobinofficial/unity-parser

A friendly parsing system for Unity. This system supports a wide range of data types, and offers try-parse methods.

ncalc parse parser unity unity3d

Last synced: 17 May 2026

https://github.com/erickrus/sketch_measure

Sketch measure parser

parser python sketch sketch-measure

Last synced: 20 Jun 2026

https://github.com/lmangani/rust-date-parser-js

RFC3339 Date to Microsecond Timestamp wasm rust module

date javascript js microsecond node nodejs parser rust

Last synced: 11 May 2026

https://github.com/thierrymarianne/experimenting-with-compilation-principles

Learning some of the principles behind compilation (inspired by bit.ly/compilers-principles)

antlr editor json parser vue vuex

Last synced: 30 Apr 2026

https://github.com/BjoernLoetters/Jar-Jar-Parse

A small library for parser combinators in Java with a special focus on simplicity.

clojure compiler domain-specific-language java kotlin parser parser-combinators scala syntax

Last synced: 06 Oct 2025

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

visit and mapVisit methods for snapdragon nodes.

ast compiler javascript node nodejs parser snapdragon

Last synced: 11 May 2026

https://github.com/rog3rsm1th/kaitai-rs

Kaitai Struct implementation in pure Rust (still a WIP)

kaitai parser rust

Last synced: 18 Oct 2025

https://github.com/dxwc/vidfeed

A simple CLI tool to get youtube RSS subscription feed URL given a video, user or channel link

channel feed parser rss youtube

Last synced: 29 Apr 2026

https://github.com/zerodep/piso

ISO 8601 date, duration, and interval parser

date duration interval iso8601 isomorphic javascript parser

Last synced: 07 Apr 2026

https://github.com/betterrunner/ridl

A tool to translate Thrift idl metadata -> Typescript types built by Rust

idl parser rust tokenizer

Last synced: 17 Mar 2025

https://github.com/mrsarm/python-res-address

Simple Resource Address Parser

address-parser library parser py2 py3 python

Last synced: 17 Feb 2026

https://github.com/lukanedimovic/table_editor

A simple table data editor, with easily scalable functions and operations & a nice GUI

data data-science formula java parser parsing preprocessing swing tokenizer

Last synced: 04 Apr 2025

https://github.com/akyoto/ignore

Ignore certain parts of a string when parsing

go parse parser

Last synced: 26 Jul 2025

https://github.com/mixsp/vk_dialogphotos

Скрипт, позволяющий скачать все фотографии из диалога с заданным пользователем.

parser script vk vkontakte

Last synced: 11 Apr 2025

https://github.com/fluidinference/mlx-mdx

Website, pdfs, images, documents to Markdown. Powered by MLX models. Completely local and free

markdown mlx parser web-crawler

Last synced: 28 Oct 2025

https://github.com/christian-2003/lispinterpreter

An interpreter for somewhat adapted Lisp source code. I have worked on this program for a school project.

abstract-syntax-tree abstractsyntaxtree interpreter java lexer lisp parser parsetree programming-language source-code tokenizer

Last synced: 30 Mar 2025

https://github.com/simsso/bnf-parser

Haskell server that parses Backus-Naur form expressions (syntax only)

backus-naur-form parser

Last synced: 16 May 2026