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/cakecatz/ansi-parser

Parser for string that include ansi codes.

ansi-codes ansi-colors parser typescript

Last synced: 04 Jul 2025

https://github.com/psyanite/scorm-parser

🍰 Scala library to parse and validate SCORM 1.2 packages

adl library parse parser scala scala-library scorm tincan

Last synced: 14 Jan 2026

https://github.com/tryagi/dotnetcliwrapper

Allows you to simply run dotnet cli from C# and get parsed results

cli csharp dotnet parser wrapper

Last synced: 09 Apr 2025

https://github.com/tony-go/zac-parser

Code draft about lexer / parser implementation.

compiler lexer parser

Last synced: 29 Mar 2025

https://github.com/je-es/syntax

Unified wrapper that streamlines syntax creation with integrated lexer-parser coordination, LSP support, and enhanced linting capabilities.

ast je-es lexer lint parser syntax tool

Last synced: 05 Sep 2025

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: 26 Apr 2025

https://github.com/DyGriin/tree-sitter-eel2

EEL2 grammar for tree-sitter.

eel2 parser tree-sitter

Last synced: 11 Mar 2025

https://github.com/nejcc/ice

Ice programing

ice interpreter lexer parser python

Last synced: 08 Jan 2026

https://github.com/rgwohlbold/interpreter-ice

Java lexer, parser and interpreter for a c-style programming language

interpreter java lexer parser

Last synced: 16 Mar 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/subzeta/selae-scraper

Scraper for SELAE

lottery parser scraper selae

Last synced: 31 May 2026

https://github.com/biosustain/genomediff-node

GenomeDiff (*.gd) file parser for Node.js

breseq genomediff genomics parser

Last synced: 19 Apr 2026

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

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

cartography geojson maps parser python3 selenium

Last synced: 18 Jan 2026

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

Parse regular expressions

parser perl perl-module

Last synced: 29 Apr 2025

https://github.com/nezteb/lexer-parser-in-lua

This is for a programming languages class I'm in. Both assignments have already been turned in for the class, so I'm uploading my submissions here for my own future reference (not for cheating).

lexer lua parser

Last synced: 09 Oct 2025

https://github.com/auronandace/const_irc_message_parser

A 0 dependency, no_std, const-only parser for the IRC message protocol.

irc irc-protocol parser rust-lang

Last synced: 09 Oct 2025

https://github.com/logotype/gifparser

GIF89a parser

gif gif89a image parser photo

Last synced: 19 Jan 2026

https://github.com/dkxce/aprsparcer

C# APRS Packet Parcer

aprs dkxce parser

Last synced: 19 Jan 2026

https://github.com/jason89521/rusvelte

Svelte compiler written in Rust

compiler parser svelte

Last synced: 11 Oct 2025

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/millerlogic/htmlstrip

Strips HTML from the input, outputs plain text, streamed in realtime without preloading the whole document

html html-parser html-parser-library html-strip parser

Last synced: 21 Jan 2026

https://github.com/cycloctane/cyclocalc

Simple math expression evaluator written in C99. Based on Pratt Parsing.

algorithms ast c parser

Last synced: 15 Oct 2025

https://github.com/yord/pxi-dsv

🧚pxi-dsv is a delimiter-separated values plugin for pxi (pixie), the small, fast, and magical command-line data processor.

csv data-processing deserializer dsv json marshaller parser pixie pxi serializer ssv tsv

Last synced: 15 Apr 2026

https://github.com/marcoroth/openmensa-parsers

OpenMensa.org parsers

mensa openmensa parser svgroup xml

Last synced: 22 Oct 2025

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/rorycl/letters

Email parsing for go. This fork of github.com/mnako/letters focuses on modularity and speed

email golang mime parse parser rfc2045 rfc5322

Last synced: 24 Jan 2026

https://github.com/tjenkinson/human-string-to-date-time

A library that parses a human representation of a UK English formatted date/time into an object.

date datetime human humanreadable parser time

Last synced: 24 Feb 2026

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/mhauri/lotto-parser

PHP library for parsing Swiss Lotto and Euro Millions results.

euromillions parser swisslos swisslotto

Last synced: 31 Jan 2026

https://github.com/kranfix/parser_combinator

Example of a parser combinator in many languages (Rust, Dart, Go, Typescript)

bun combinator go hacktoberfest parser rust typescript

Last synced: 25 Feb 2026

https://github.com/jerowork/class-dependencies-parser

Parse all dependencies (FQN) used in a class (e.g. class, trait, interface, enum).

dependencies fcqn fqn parser reflection

Last synced: 01 Feb 2026

https://github.com/joht/data-restructor-js

Transforms parsed JSON objects into a uniform data structure

adapter data-structures javascript json parser restructure

Last synced: 01 Feb 2026

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/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/ternaus/google-docstring-parser

A Python package for parsing and validating Google-style docstrings with type hints. Converts docstrings into structured dictionaries and validates type annotations. Requires paid license for non-Albumentations Team users.

code-quality developer-tools docstring documentation google-style parser python static-analysis type-checking validation

Last synced: 16 Mar 2026

https://github.com/whywaita/gigani

parser of Anime page (GIGAZINE, Annict, syobocal...)

gigazine golang-application parser

Last synced: 28 Mar 2026

https://gitlab.com/fumail/domainmagic

python library for email/domain dns/rbl handling

dns domain library parser python rbl

Last synced: 17 Apr 2026

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/hktalent/go-pjs

golang Parse and generate java Serializable objects

hacker-tools java parser serializable tools

Last synced: 05 Apr 2026

https://github.com/danman113/nginx-manager

Node.js module for parsing and managing nginx config files.

nginx node-js parser

Last synced: 18 Apr 2026

https://github.com/rcx/email-parser

A handy webapp to render raw email data.

email parser smtp webapp

Last synced: 19 Apr 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/tree-sitter-grammars/tree-sitter-nqc

NQC grammar for tree-sitter

nqc parser tree-sitter

Last synced: 24 Apr 2026

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

A basic formula parser written in Rust

parser

Last synced: 25 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/rootslab/auntie

Auntie, my dear ultra-fast module for untying/splitting/counting a stream of data by a chosen separator sequence.

boyer-moore count-lines csv csv-parser csv-stream nodejs parser pattern-search split-data splitter streaming-parser tsv

Last synced: 26 Apr 2026

https://github.com/tearth/combasic

Simple BASIC compiler based on the old language dialects.

asm assembler assembly ast basic c compiler lexer parser

Last synced: 28 Apr 2026

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/kelcheone/string2bytes

cli tool from parsing string to bytes32

cli ethereum parse parser

Last synced: 30 Apr 2026

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

Uxntal grammar for tree-sitter

parser tree-sitter uxntal

Last synced: 01 May 2026

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/bartlomiejzuber/use-cron-parser

Useful & super tiny (<5KB ✔️) hook for cron expression handling in React

cron hook parser react typescript

Last synced: 02 May 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/here-be/snapdragon-bracket

Plugin that adds a `.captureSet()` method to snapdragon, for matching and capturing substrings that have an `open` and `close`, like braces, brackets, etc

ast brackets capture compiler javascript node nodejs parser plugin regex snapdragon snapdragon-plugin

Last synced: 07 May 2026

https://github.com/wulechuan/wulechuan-typescript-vue2-official-sfc-parser

此为吴乐川的《针对 Vuejs 第 2 版单文件部件的拆分器》。本工具之代码系由吴乐川手工提取自 Vue `v2.6.11` 之官方源代码后整理而得。其功用是将一个 .vue 文件之内容全文拆分成一套结构化的数据,即一个 JavaScript 对象。该结构化的数据包含 `<template>` 、 `<script>` 、 `<style>` 等标签之内容、属性等。

parser single-file-component single-filed-component tear-apart teardown vue vue-parser vue-sfc vue2 vue2-sfc

Last synced: 08 May 2026

https://github.com/kierandrewett/idl

Mozilla WebIDL/IDL to TypeScript definitions.

definitions idl lexer parser types typescript webidl

Last synced: 10 Jun 2026

https://github.com/alfex4936/ajou-blackboard

아주대학교 블랙보드(BB) 셀레니움을 이용한 예제

html parser python selenium

Last synced: 10 May 2026

https://github.com/mihamarkic/godot-tscn-parser

Parser for Godot engine's .tscn scene files

godot parser

Last synced: 10 May 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/kotleni-archive/cs2-eventsgrabber

Kotlin library for grabbing cs2 events from console logs. (Start game with -condebug param)

console counter-strike cs2 csgo grabber kotlin logs parser valve

Last synced: 10 Jun 2026

https://github.com/joutvhu/date-parser

Utility to parse String to Date according to a target class, and the pattern strings. And format Date to String based on a pattern string.

date parser time type-class

Last synced: 19 Jun 2026

https://github.com/roneetkumar/simple-lang

Simple is a programming language based on GO lang as a base language. The objective to create this language is not only to learn GO lang but also to understand the journey of idea from source code to a finished product.

compiler evaluator go go-lang interpretor lexer parser

Last synced: 19 Jun 2026

https://github.com/erickrus/sketch_measure

Sketch measure parser

parser python sketch sketch-measure

Last synced: 20 Jun 2026

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/itsmejayd/filter-duplicate-lines

A Python tool with a Flask web interface designed to remove duplicate entries from line break delimited lists while maintaining the relative position of blank lines in the input text. Originally created to clean up OneTab exports (maintaining tab groups), it can be used for any text list with similar requirements.

flask-application onetab parser python

Last synced: 01 Mar 2025

https://github.com/1amageek/swift-yaml

A pure Swift YAML parser with no external dependencies

parser swift swift-package-manager yaml

Last synced: 11 Mar 2026

https://github.com/nstdio/libpgn

The PGN (Portable Game Notation) parser.

parse parser pgn

Last synced: 24 Mar 2025

https://github.com/bahmutov/commit-closes

Parses commit message to find all "fixes", "closes" and "resolves" issue numbers

commit github parser

Last synced: 26 Sep 2025

https://github.com/prongbang/csvx

Convert array struct to csv format with Golang

convert csv go golang parse parser

Last synced: 31 Mar 2025

https://github.com/stevenaw/vs-utils

Node-based utilities for working with Visual Studio projects/solutions

node npm parse parser visual-studio

Last synced: 09 May 2026

https://github.com/ydah/otterraft

Simple YAML Frontmatter Parser

frontmatter hacktoberfest parser yaml-frontmatter

Last synced: 21 Jun 2025

https://github.com/michaeltintiuc/bnm-go

a CLI tool for fetching official currency rates from the National Bank of Moldova

bank bnm conversion convert currency currency-rates go golang moldova parser rates xml

Last synced: 29 Oct 2025

https://github.com/pektezol/sdp.go

Source Demo Parser written in Golang.

demo go golang parser portal2 sdp source

Last synced: 07 Jan 2026

https://github.com/apollo-roboto/python-runrun

A typed command line parser for Python

cli library parser python typed

Last synced: 07 Apr 2025

https://github.com/dburriss/funcydown.parser

Markdown parser and transformer for FuncyDown markdown generator

markdown parser transformer

Last synced: 11 Apr 2026

https://github.com/HalilFocic/onixhttp

My attemt to making full fledged HTTP server in zig

http parser tcp zig

Last synced: 04 Sep 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/captainayan/accountlite-cli

💡💰Lightweight Command line Double-Entry Accounting Software💵💸

account-lite accounting commerce cpp finance journal journal-entries ledger parser personal statements trial-balance

Last synced: 29 Mar 2025

https://github.com/basemax/onelanguageconcept

Concept of One Language (Pure C)

c compiler lexer parser

Last synced: 15 May 2026

https://github.com/basemax/one-compiler-draft-c

Another attempt to write a compiler in c using flex and bison with all features of Syntax.

bison c flex lexer parser

Last synced: 03 Apr 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/andrewmaksimchuk/vodiy

Download road signs and descriptions to them from cli.

cli lynx makefile parser wget

Last synced: 29 Oct 2025

https://github.com/altai-man/asn-grammar

A subset of ASN.1 grammar in Raku along with a simple Actions class provided

asn1 grammar parser perl6 raku raku-module rakulang

Last synced: 22 Jan 2026

https://github.com/kawamurakazushi/tle-cli

A CLI tool for parsing TLE (Two-line elements)

cli parser tle

Last synced: 01 Sep 2025

https://github.com/arindas/yapp

Yet Another Parser Parser

automata lexical-analyzer parser parser-generator

Last synced: 17 Mar 2025

https://github.com/maksasj/uroboros

🐉 rust package for making parsers with parser combinators and state machines

package parser rust uroboros

Last synced: 30 Jun 2025

https://github.com/hansputera/test-program-lang

Learn how to parse a script, and run it as a program

evaluation language parser

Last synced: 29 Jun 2026

https://github.com/jackeemkin11/html-parsing-libraries

The best HTML parsing libraries for web scraping, comparing features like CSS selector and XPath support across popular tools like jsoup, Nokogiri, and Cheerio.

expression-evaluator hacktoberfest html-sanitization htmlparser2 javascript jquery markdown math-expressions mirrored-repository mit-license parser php scientific-computing testing

Last synced: 13 Apr 2026