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/tree-sitter-grammars/tree-sitter-chatito

Chatito grammar for tree-sitter

chatito parser tree-sitter

Last synced: 22 Jul 2025

https://github.com/timolinn/html

[WIP] HTML Parser written in Go

browser browser-engine go html htmlparser parser parsers

Last synced: 22 Mar 2025

https://github.com/codezeilen/smalltalkntriples

A Squeak/Smalltalk parser for the N-Triples RDF serialization format.

ohm ohm-grammar parser squeak triples

Last synced: 06 Mar 2026

https://github.com/tipalol/parser

Компактный класс Parser, с помощью которого можно легко и непринужденно доставать необходимую информацию с любого сайта.

java jsoup parser web

Last synced: 22 Mar 2025

https://github.com/luni-4/cineon-rs

Parse a Cineon image

cineon parser rust

Last synced: 02 Apr 2025

https://github.com/aspicho/epub-parser

Simple Python ePUB parser with GUI

epub json parser python qt6 utility

Last synced: 07 Mar 2026

https://github.com/layflags/elm-bic

Library for parsing Business Identifier Codes (BIC)

banking bic elm iso9362 package parser swift

Last synced: 17 Mar 2026

https://github.com/rtxux/pascalcompiler

Pascal-- Compiler written in C#, a course project of Compiler's Principle

compiler parser pascal

Last synced: 14 Jun 2025

https://github.com/qfox/smarty-parser

:elephant: Smarty AST parser

lexer parser smarty

Last synced: 27 Mar 2025

https://github.com/antononcube/raku-dsl-english-classificationworkflows

Raku package for making classification workflows from natural language commands (in English.)

classification parser

Last synced: 02 Apr 2025

https://github.com/wizard04wsu/tree-sitter-regex-js

Tree-sitter grammar for JavaScript regular expressions (without the Unicode flag)

atom grammar javascript npm parser regex regexp regular-expressions syntax syntax-tree tree-sitter

Last synced: 20 Apr 2026

https://github.com/npillmayer/gorgo

A Parsing Toolbox

earley-parser parser term-rewriting

Last synced: 18 Mar 2025

https://github.com/teh-cmc/zig-ron

[WIP] A robust, efficient implementation of the Rusty Object Notation (RON) for the Zig programming language.

parser ron zig

Last synced: 25 Jun 2025

https://github.com/tarasrashkevych99/simple-regex-parser

This repository provides a basic implementation of a regex parser that is able to determine whether or not a word matches a particular regular expression

parser regex-engine

Last synced: 26 Mar 2025

https://github.com/basemax/autonewssubmitter

Analyze SQL query and extract data of attachment files to insert new wordpress post.

parse parser parsing php regex regex-match sql sql-queries sql-query wordpress wordpress-development wordpress-site

Last synced: 20 May 2026

https://github.com/alextkdev/parser_rozetka

This study script is designed to parse information about graphics cards from the Rozetka website and save the data to a CSV file.

beautifulsoup4 csv-parser parser selenium

Last synced: 20 May 2026

https://github.com/vikpe/mvdparser

Extract information from QuakeWorld MVD demos.

demos mvd parser quake quakeworld

Last synced: 02 Jan 2026

https://github.com/marcosspessatto/compiler

Transpiler from CT language to Java

compiler java jflex lexical-analysis parser

Last synced: 14 Jul 2025

https://github.com/julian-eggers/texin

With Texin you have to implement only one reader to process different spreadsheet-files (XLSX, CSV, TXT)

csv excel java parser reader spreadsheet text

Last synced: 20 Jan 2026

https://github.com/pasckoch/xml2object

Xml2object is a parser for php, it converts xml to stdClass' s objects by a DOM analysis.

converter object parser php stdclass-objects xml xml-parser xml2object

Last synced: 11 Jan 2026

https://github.com/sourlemonjuice/argparsex

Comprehensive and configurable command line arguments parser library for C language.

argument-parser cli library parser

Last synced: 06 Mar 2026

https://github.com/tqma113/cyk

A parser of CYK for CNF(Chomsky Normal Form) by Rust.

cnf cyk parser rust

Last synced: 28 Mar 2025

https://github.com/orchestron-orchestrator/acton-yang

YANG parser and library working with YANG schemas and YANG-modeled data with XML & JSON serializers

hacktoberfest json netconf parser xml yang

Last synced: 19 Jan 2026

https://github.com/qq824810885/calc

java语言实现的表达式计算器

ast calc parser

Last synced: 28 Apr 2026

https://github.com/aniketfuryrocks/smartarg

SmartArg is a forked repo of Arg, with smart help and version logging

arg args commander nodejs parser yarg

Last synced: 28 Apr 2026

https://github.com/kris701/initoolssharp

Some simple tools to work with INI files

ini parser

Last synced: 14 Mar 2025

https://github.com/pschichtel/rfc5988

Library to parse RFC 5988 and RFC 8288 Link headers

gradle kotlin kotlin-library link-header parser parser-combinators rfc-5646 rfc-5988 rfc-8288

Last synced: 05 Feb 2026

https://github.com/tpalmerstudios/practice

Random Projects While Learning C

algorithms beginner-friendly c cli linux parser sudoku

Last synced: 16 Feb 2026

https://github.com/turkeymcmac/tablestreams

For reading and writing tables line by line in various formats.

parser tables

Last synced: 23 Jun 2026

https://github.com/slash3b/pirata

Shows playing and upcoming movies in Chisinau cinema

parser personal-project

Last synced: 09 Mar 2026

https://github.com/alienfruit/alienfruit.otml

AlienFruit.Otml is an object tree model language.

c-sharp core dotnet-core dotnet-framework dotnet-standard otml parser serialize

Last synced: 28 Apr 2026

https://github.com/houshmand-2005/vohulang

Vohulang A Programming Language Based On Rust Language

language parser rust

Last synced: 27 May 2026

https://github.com/honza-kasik/championc

Compiler implementation for Heroc language in Java - for educational purposes only

antlr4 compiler compiler-principles lexer parser syntax-analysis

Last synced: 20 Jun 2025

https://github.com/yehorbk/cli-argv-parser

A library that allows to parse command line arguments into hash-table or object by scheme

argument-parser argument-parsing arguments cli command-line javascript library parser parsing-library

Last synced: 03 Aug 2025

https://github.com/stephane-martin/w3c-extendedlog-parser

A parser in golang for W3C Extended Log format

golang logs parser

Last synced: 23 Apr 2025

https://github.com/orcalinux/tiny-language-compiler

A compiler for a simple programming language with lexical analysis, parsing, and a user-friendly interface. Ideal for learning how compilers are built.

compiler-design parser scanner tiny-language

Last synced: 07 Apr 2025

https://github.com/septechx/alpha-html

Zig library for parsing a superset of html

html parser zig

Last synced: 20 Mar 2026

https://github.com/ik5/partial-markup

[WIP] A parser for partial markup text using Golang

ast golang markup parser xml

Last synced: 28 Apr 2026

https://github.com/moorara/compiler

Playing with Compilers ...

bison compiler cpp flex golang goyacc lex lexer parser yacc

Last synced: 29 Apr 2026

https://github.com/psidh/Ganges

EARLY STAGE: An upcoming programming language inspired from Mahabharata and Epics of Hinduism. Arjun is a programming language that is designed to be simple and to introduce a culture of bharat throught it. It is a high-level language and interpretted language.

cpp go golang interpreter language lexer llvm low-level parser programming-language rust

Last synced: 22 Mar 2026

https://github.com/pivoshenko/ihroteka-converter

🗃️ A lightweight package for converting Markdown into Steam-compatible markup

bbcode converter formatter gaming ihroteka markdown markup parser steam steam-bbcode steam-bbcode-converter steam-workshop text-processing

Last synced: 07 Mar 2026

https://github.com/connectaman/deepseek-ocr-multigpu-infer

Efficient multi-GPU OCR inference framework leveraging parallel processes for accelerated token throughput and faster batch processing. Designed for scalable, high-performance optical character recognition workloads using PyTorch. Supports dynamic GPU assignment, optimized resource utilization, and easy integration for large-scale image datasets.

agentic-extraction data deepseek document-parser extraction extractor gpu image-parser llm multigpu nvidia ocr parallel-computing parser pdf-parser vlm

Last synced: 22 Jan 2026

https://github.com/yord/klp-json

A JSON plugin for klp (Kelpie), the small, fast, and magical command-line data processor.

csv data deserializer dsv json kelpie klp marshaller parser serializer ssv tsv

Last synced: 29 Apr 2026

https://github.com/xuri/excelize-cs

Excelize is a C# port of Go Excelize library that allow you to write to and read from XLAM / XLSM / XLSX / XLTM / XLTX files.

agent ai chart csharp data-analysis data-science data-visualization excel excelize formula microsft office ooxml parser spreadsheet xlsm xlsx

Last synced: 03 Mar 2026

https://github.com/tsarchghs/how-to-write-a-simple-interpreter

How to write a simple interpreter - Blog Post

evaluation interpreter lexer parser

Last synced: 08 Oct 2025

https://github.com/dzagalskii/XML_Parser

Parser for XML code using Lex & Yacc

lex parser xml yacc

Last synced: 12 Mar 2025

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

ISPC grammar for tree-sitter

ispc parser tree-sitter

Last synced: 29 Apr 2026

https://github.com/joellefkowitz/nationwide

A Nationwide transactions table parser.

nationwide parser

Last synced: 26 Jan 2026

https://github.com/jmrozanec/cobiss-parser

Parses COBISS/COMARC format into Dublin Core object.

bibliography cobiss cobiss-parser comarc dublin-core metadata parse-cobiss-files parser

Last synced: 05 Nov 2025

https://github.com/ydah/gemfile_parser

A simple Gemfile parser.

gemfile parser ruby

Last synced: 04 Mar 2026

https://github.com/vajahath/gulp-json2csv

Gulp plugin to convert json to csv format.

csv csv-parser gulp json parser

Last synced: 16 Apr 2026

https://github.com/st235/uric

A Uniform Resource Identifier (URI) implementation in C++, designed strictly in compliance with RFC 3986.

cpp parser pico raspberry-pi-pico rfc3986 uri url

Last synced: 31 May 2026

https://github.com/open-inflation/perekrestok_api

Perekrestok API sync client

parser perekrestok playwright python3 sync

Last synced: 30 Aug 2025

https://github.com/darkseriuscode/manga-loader

Позволяет скачивать мангу с сайтов https://readmanga.live, https://mintmanga.live, https://readmanga.io

manga parser python3

Last synced: 29 May 2026

https://github.com/lk-KEVIN/BattlefieldMapListParser

A PHP file parser for Battlefield 3 and Battlefield 4 MapList files

battlefield battlefield-3 battlefield-4 bf3 bf4 maplist parser php-parser snet

Last synced: 25 Aug 2025

https://github.com/katsew/logo-command-parser

Logo command parser with PEG.js

javascript logo parser pegjs typescript

Last synced: 07 May 2026

https://github.com/sco1/zwom

Python toolkit for the ZWO minilang

cli cycling cycling-workouts parser python python3 python311 zwift

Last synced: 10 Oct 2025

https://github.com/laluxx/rush

Yet another llvm wrapper

ast llvm parser programming-language

Last synced: 09 Mar 2026

https://github.com/sty00a4-code/luna

A light weight scripting language for quick and easy coding

compiler interpreter language lexer lua parser scripting scripting-language

Last synced: 30 Apr 2026

https://github.com/seporaitis/pyparsing-slides

A quick intro to pyparsing library that I had to do for an interview.

library parser presentation python

Last synced: 30 Apr 2026

https://github.com/haskell-github-trust/smt2-parser

Parse smt2 in Haskell

haskell parser smt smt-lib smt2

Last synced: 29 May 2026

https://github.com/bohdaq/url-search-params

`url-search-params` provides ability to create search params (query string) from HashMap and vice versa.

parser query rust url

Last synced: 02 Apr 2026

https://github.com/mindlessmuse666/glavsnab-parser

This project is a parser for the glavsnab.net website, designed to extract product data from the "Winter goods" category. The parser efficiently collects product information, processing up to 672 pages of the catalog. Parsing results are saved in two convenient formats: JSON and CSV.

beautifulsoup4 csv json parser python

Last synced: 30 Apr 2026

https://github.com/diddileija/diddiparser

Parse DiddiScript files (a language for the future!)

command-line diddiscript package parser pypi-package python python-package python3

Last synced: 22 Aug 2025

https://github.com/win7user10/laraue.crawling

The set of tools for fast writing crawlers on the .NET

crawler csharp csharp-crawler parser

Last synced: 17 Aug 2025

https://github.com/steffen-w/kicadfiles

A comprehensive Python library for parsing and manipulating KiCad file formats with full S-expression support, type safety, and flexible error handling.

kicad kicad-library kicad-pcb kicad-schematics parser s-expressions

Last synced: 10 Oct 2025

https://github.com/stevehjohn/calculator

A project implementing a calculator able to parse complex mathematical expressions.

calculator csharp csharp-library mathematics parser

Last synced: 02 Apr 2026

https://github.com/testingrequired/reqlang-expr

A tiny (bytecode compiled, stack VM interpreted) expression language for reqlang's templating engine.

abstract-syntax-tree bytecode-compiler grammar lalrpop logos parser repl typechecker types

Last synced: 17 Aug 2025

https://github.com/raws/harby

Tcl-like syntax parser

grammar grammar-parser parser ruby tcl

Last synced: 10 Oct 2025

https://github.com/gummywormz/CDPEC

Common Dynamic Parser for Ciencias Formatted Files

common-dynamic-parser haxe parse parser

Last synced: 10 Mar 2025

https://github.com/javaparser/javaparser-gradle-sample

Sample project with a basic Gradle + JavaParser setup

bootstrap gradle java javaparser parser tutorial

Last synced: 21 Apr 2026

https://github.com/leon-richardt/python-repetita-parser

Python parser for the REPETITA data format

parser python repetita traffic-engineering

Last synced: 10 Oct 2025

https://github.com/dervexdev/toml2lua

Convert TOML to Lua table

lua parser rust table toml

Last synced: 01 May 2026

https://github.com/hasufell/file-uri

Haskell library for parsing RFC 8089 style file URIs

haskell parser rfc3986 rfc8089

Last synced: 01 May 2026

https://github.com/0x51-dev/upeg

Universal Parser Expression Grammar

abnf parser peg

Last synced: 02 Apr 2026

https://github.com/ydah/gashadokuro

💀 A CSS selector parser implemented in Ruby

cssselector parser

Last synced: 10 Nov 2025

https://github.com/decaded/csv-chaos-tamer

A Node.js script that processes multiple differently formatted CSV files into clean, normalized JSON, built specifically to prepare data for celestial.decaded.dev.

celestial csv json parser

Last synced: 17 Apr 2026

https://github.com/fardjad/node-parse-my-command

Parse argv with Commander.js without executing the command

argv commander commanderjs nodejs parser

Last synced: 01 May 2026

https://github.com/beenotung/html-parser.ts

zero-dependency html parser for node.js and browser that return the dom (tree) structure

dom html nodejs parser typescript-library

Last synced: 28 Apr 2026

https://github.com/belrbez/cyk-chomsky-nf-grammar-algorithm-java

Implementation of algorithm to Converting CFGs to CNF (Chomsky Normal Form) and Cocke–Younger–Kasami (CYK) algorithm for CFGs

algorithm cfgs chomsky cyk cyk-chomskynf grammar java normalforms parser

Last synced: 10 Oct 2025

https://github.com/joeloparco/minijava-compiler

Front end of Mini Java Compiler built in Java. Including: Tokenizer, Parser and Semantic Analyzer.

compiler java minijava parser tokenizer typechecker

Last synced: 01 May 2026

https://github.com/dub1401/wallpaperscrafttelegrambot

Бот для автопостинга обоев с сайта WallpapersCraft в канал или группу Telegram.

bot parser telegram wallpaper

Last synced: 27 Oct 2025

https://github.com/flier/gocombine

gocombine is an experimental implementation of parser combinators for Golang[Generic]

go-generics ll1-parser parser

Last synced: 15 Mar 2025

https://github.com/tpastor/p-lang

lexer/parser/interpreter for new custom script language

compiler interpreter language lexer parser typescript

Last synced: 01 May 2026

https://github.com/sultaniman/pycran

CRAN R package metadata parser

cran-r metadata-parser parser python r

Last synced: 01 May 2026

https://github.com/akinoccc/html-parser-react

The parser for html transform to react dom.

html html-parser-react parser react

Last synced: 08 Jun 2026

https://github.com/irradia/one.irradia.fieldrush

Type-safe, functional JSON stream parser

android functional json kotlin parser

Last synced: 17 Apr 2026

https://github.com/maroontress/clione.java

A C17 lexical parser written in Java.

c17 java lexical-parser parser

Last synced: 15 Mar 2025

https://github.com/jakubonderka/mrt_parser

Multi-Threaded Routing Toolkit (MRT) Routing Information Export Format (RFC 6396) parser library for Rust.

bgp mrt network parser rust-library

Last synced: 17 Mar 2025

https://github.com/swaggerexpert/asyncapi-runtime-expression

AsyncAPI Runtime Expressions parser and validator.

asyncapi expression parser runtime validator

Last synced: 14 Jun 2026