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:
- parsers for markup languages (e.g. HTML/Markdown etc)
- parsers for data-serialization formats (e.g. JSON/XML/YAML etc)
- parsers used as part of/in conjunction with a compiler (in this case, the parser consumes the tokenized input emitted by the Lexer and ultimately feeds the resulting parse tree/concrete syntax tree into the compiler)
- GitHub: https://github.com/topics/parser
- Last updated: 2026-06-26 00:19:23 UTC
- JSON Representation
https://github.com/uk-ipop/mmi-parser-rs
MMI Parser written with love in Rust.
command-line metamap parser rust
Last synced: 01 Mar 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/dusrdev/sagittarius
Performant reflection-less argument parser
cli cross-platform csharp dotnet parser
Last synced: 16 Apr 2026
https://github.com/mbund/cse2421-linter
Lint for some extra rules for C
lint linter parse parser rust tree-sitter
Last synced: 13 May 2026
https://github.com/cicciog/node-dockerfile-parser
Parser for dockerfile of Docker Images
docker docker-image dockerfile json nodejs parser
Last synced: 05 Apr 2026
https://github.com/leadpony/fika
Fika is a document generator.
commonmark java markdown parser
Last synced: 13 May 2026
https://github.com/pavlenkodr/ethermineparser
ethermine
ethermine mining notifications parser vk vkontakte
Last synced: 18 Apr 2026
https://github.com/nguoidungkhongdinhdanh/mwtp
A parser for MediaWiki titles
Last synced: 12 Feb 2026
https://github.com/aleclarson/tab-delimited
Parse or build a string of tabular data
nodejs parser string stringify
Last synced: 18 Apr 2026
https://github.com/k1ngmar/json-parser
π Writing a simple JSON parser for a competition
Last synced: 18 Apr 2026
https://github.com/dkrsk/copypastaru-parser
Pasta parser for copypastas.ru
copypastas dotnet fsharp parser
Last synced: 19 Apr 2026
https://github.com/pseudomuto/proto-parser
A TypeScript library for parsing Protocol Buffer (.proto) files, extracting messages, services, enums, and other definitions from both file paths and proto content strings.
grpc parser protobuf typescript
Last synced: 14 May 2026
https://github.com/tomooda/vcparser
A little combinatory parser in VDM-SL
formal-methods formal-models formal-specification parser parser-combinators peg vdm vdm-sl
Last synced: 27 Feb 2026
https://github.com/xtao-org/fitzjson.js
fitzJSON semantics interpreter in JavaScript
configuration fitzjson format json parse parser stringify superset
Last synced: 14 May 2026
https://github.com/vanduc1102/parse-stackoverflow-data
Parse stackoverflow data
Last synced: 16 Oct 2025
https://github.com/cumulus13/pyheaderparse
A robust HTTP header and cookie parser library
dict headers modern parser production python raw robust smart
Last synced: 22 Jun 2026
https://github.com/ayeshamk23/minishell
minishell is a basic UNIX shell written in C that supports command execution, pipes, redirections, and environment variables.
environment-variables fork minishell parser pipe redirection shell terminal unix
Last synced: 20 Apr 2026
https://github.com/mohabashraf-byte/compiler
Simple compiler to parse a new language
Last synced: 23 Jun 2026
https://github.com/horacehylee/my-json-parser
My JS parser experiment to learn how parsing works
json-parser monadic-parser monadic-parser-combinators nodejs parser
Last synced: 18 May 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/thepalbi/json-example-generator
Random JSON examples generator from go-like schema definition
Last synced: 20 Apr 2026
https://github.com/ayumosa/kitsune
Yet another argument parser
argument-parser javascript node node-js nodejs parse parser yet-another
Last synced: 28 May 2026
https://github.com/ramanakumars/bibtexparser
Parses .bib file into plaintext/HTML entries
Last synced: 20 Apr 2026
https://github.com/anexia/python-param-parser
A parser library for a param string expression.
hacktoberfest parameters parser
Last synced: 12 Feb 2026
https://github.com/iannil/open-remote-id-parser
Open Remote ID Parser is a lightweight C++ library for decoding drone Remote ID broadcasts. It supports multiple protocols (ASTM F3411, ASD-STAN) and transport layers (Bluetooth Legacy/Extended, WiFi Beacon/NAN), making it ideal for building drone detection applications on mobile devices, embedded systems, or desktop platforms.
Last synced: 12 Jun 2026
https://github.com/hienlh/parse-apk-ipa
π³ Packed node js to parse apk/iap file
Last synced: 21 Apr 2026
https://github.com/smaug6739/mparser
Markdown parser & tokenizer in Golang. Output: HTML/XHTML/Markdown
commonmark golang markdown parser
Last synced: 16 Apr 2026
https://github.com/aloisdeniel/node-xmlobject
Convert javascript objects to and from xml strings.
Last synced: 21 Apr 2026
https://github.com/soenneker/soenneker.validators.basicauth.functions
A validation module for validating HTTP Basic Authentication credentials in Functions.
auth authentication basic basicauth basicauthvalidator csharp dotnet function functions parser security validator validators
Last synced: 06 Jun 2026
https://github.com/stonestepsinc/expat-nuget
Expat is a stream-oriented XML parser.
expat library nuget nuget-package parser static-library xml xml-parser
Last synced: 10 Feb 2026
https://github.com/gurleensethi/codeinfoextractor
An application for parsing out comment information from source code.
Last synced: 16 Apr 2026
https://github.com/nielssp/parco
PHP parser combinators
grammar lexer parser parser-combinators php regular-expression
Last synced: 05 Jun 2026
https://github.com/soenneker/soenneker.anglesharp.parser
A thread-safe singleton for the AngleSharp HtmlParser.
angle anglesharp anglesharpparser csharp dotnet html parser parsing sharp singleton threadsafe util
Last synced: 22 Apr 2026
https://github.com/xaionaro-go/gosrc
Parse Go packages to handy structures (to save time on understanding `go/ast` and `go/types`).
Last synced: 13 Jun 2026
https://github.com/luckasranarison/tree-sitter-icelang
icelang grammar for tree-sitter
parser programming-language tree-sitter
Last synced: 15 Apr 2026
https://github.com/suryakantamangaraj/touchstone-dotnet
.NET library for Touchstone .sNp file parsing and Sβparameter handling. Offers strongly typed classes, LINQβfriendly APIs, and seamless integration into enterprise RF/microwave analysis and simulation pipelines.
dotnet microwave parser rf s-parameters s2p touchstone
Last synced: 24 Apr 2026
https://github.com/robroseknows/stellaris-parser
Parser for parsing Stellaris game data files.
Last synced: 23 Jun 2026
https://github.com/alanvf/star_parser
WIP parser for the Star programming language
Last synced: 05 Jun 2026
https://github.com/haobogu/ling571
Deep techniques for natural language processing
Last synced: 16 Oct 2025
https://github.com/afnanenayet/mdfmt-deprecated
The original rust prototype
formatter markdown parser rust
Last synced: 08 Feb 2026
https://github.com/redboo/evmos-comment-parser
ΠΠ°ΡΡΠ΅Ρ ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΈΠ΅Π² Evmos
Last synced: 05 Jun 2026
https://github.com/mtoohey31/ppx_cmd
Declarative command line parsing for OCaml with `@@deriving`.
command-line ocaml ocaml-library parser ppx-deriver
Last synced: 08 Feb 2026
https://github.com/jayeshmepani/libpostal-ffi-python
Zero-setup, 1:1 C-FFI Python wrapper for libpostal. Cross-platform, automatic prebuilt binaries, no C compilation required.
address-normalization address-parser address-standardization c-binding cross-platform ctypes ffi geocoding gis libpostal libpostal-python machine-learning nlp openvenues parser postalkit pypi python python3 zero-setup
Last synced: 24 Apr 2026
https://github.com/dpronin/regexp
The binary and library to parse input lines with regular expressions
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/mlightcad/dxf-json
Forked version of dotoritos-kim/dxf-json with some enhancement which are not supported in the original repository.
Last synced: 06 Jun 2026
https://github.com/mecaneer23/pyify.md
Represent a MarkDown file (.md) as Python objects.
Last synced: 15 Apr 2026
https://github.com/seinshah/flattenhtml
HTML document flattener package for Go
flattenhtml go golang golang-package html5 node-tree parser
Last synced: 08 Feb 2026
https://github.com/soheil-01/eva
A Programming Language for Learning Purposes
interpreter parser programming-language recursive-descent-parser zig
Last synced: 27 Jun 2026
https://github.com/solrikk/2gistrace
Π‘ΠΊΡΠΈΠΏΡ Π½Π° Python Π΄Π»Ρ Π°Π²ΡΠΎΠΌΠ°ΡΠΈΡΠ΅ΡΠΊΠΎΠ³ΠΎ ΡΠ±ΠΎΡΠ° ΠΈΠ½ΡΠΎΡΠΌΠ°ΡΠΈΠΈ ΠΎ ΠΊΠΎΠΌΠΏΠ°Π½ΠΈΡΡ ΠΈΠ· ΠΊΠ°ΡΠ°Π»ΠΎΠ³Π° 2ΠΠΠ‘. ΠΠΎΠ»ΡΡΠ΅Π½Π½ΡΠ΅ Π΄Π°Π½Π½ΡΠ΅ ΡΠΎΡ ΡΠ°Π½ΡΡΡΡΡ Π² ΡΠΎΡΠΌΠ°ΡΠ΅ CSV ΠΈ ΠΌΠΎΠ³ΡΡ ΠΈΡΠΏΠΎΠ»ΡΠ·ΠΎΠ²Π°ΡΡΡΡ Π΄Π»Ρ Π°Π½Π°Π»ΠΈΠ·Π° ΠΈΠ»ΠΈ ΠΈΠ½ΡΠ΅Π³ΡΠ°ΡΠΈΠΈ Π² Π΄ΡΡΠ³ΠΈΠ΅ ΡΠΈΡΡΠ΅ΠΌΡ.
Last synced: 23 Jun 2026
https://github.com/ant59/pp-eval
State machine parser and lexer for custom formulae
Last synced: 20 Apr 2026
https://github.com/burnett01/kotlin-hafas-toolchain
hafas-toolchain is a collection of expressions, dictionary and a parser. Use these tools to parse and process raw HAFAS files.
aseag dictionary hafas parse parser public-transport toolchain
Last synced: 15 Oct 2025
https://github.com/lonaryx/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: 14 Jun 2026
https://github.com/norgate-av/tree-sitter-netlinx
NetLinx grammar for tree-sitter
amx grammar harman netlinx parser tree-sitter
Last synced: 30 Apr 2026
https://github.com/neroist/jsonlines
Simple JSON Lines parser in Nim
json json-lines jsonlines nim nim-lang nimble parser simple
Last synced: 25 Apr 2026
https://github.com/kaustubholpadkar/nginx-access-log-parser-python
nginx access log parser Python
log-parsing multithreading nginx-server parser python-3
Last synced: 28 Jun 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.
Last synced: 06 Jun 2026
https://github.com/puntorigen4u/dsl_parser
ES6 Class for creating and parsing Concepto DSL files.
concepto creador dsl javascript nodejs parser puntorigen
Last synced: 25 Apr 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/ktav-lang/java
Java bindings for Ktav β a plain configuration format with three rules, zero indentation, and zero quoting. JNA over the reference Rust crate β no JNI for consumers, prebuilt binaries for Linux/macOS/Windows.
bindings config config-format configuration java jna ktav parser rust serializer
Last synced: 25 Apr 2026
https://github.com/KSXGitHub/split-char-from-str
A small utility to split a string into the first or last character (type `char`) and the rest (type `&str`)
no-std parser rust string text-processing
Last synced: 15 Oct 2025
https://github.com/sshaplygin/go-engine.io-parser
engine-io-parser go go-socket-io-parser golang parser socket-io
Last synced: 25 Apr 2026
https://github.com/dplocki/generic-conversation-bot
The chat bot with programmable conversation mechanism
bot conversation conversation-bot conversation-tree framework javascript js json parser preparser state-machine
Last synced: 25 Apr 2026
https://github.com/arbitroy/whatsapp_parser
A tool to help me capture the details for my enslavement to the company via whatsapp
Last synced: 05 Apr 2025
https://github.com/devapromix/dungeons-and-trolls
Interactive fiction game
game interactive-fiction parser rpg-game
Last synced: 24 Jun 2025
https://github.com/bottledlactose/essencio
A header-only library for loading file formats found in MySims and MySims Kingdom.
cpp mysims mysims-kingdom parser
Last synced: 17 Jul 2025
https://github.com/nicholaswmin/arithmeticss
arithmetic expressions on CSS variables
css css-custom-properties parser
Last synced: 17 May 2026
https://github.com/neudinger/osmtogeojson
Convert osm xml to osm GeoJson Dlang project
docker json linux osm osm-geojson parser split xml
Last synced: 08 May 2026
https://github.com/surajkareppagol/parser
π΅ Python Script: XML To JSON Conversion Tool.
Last synced: 15 Jul 2025
https://github.com/ghostwriter/syntax2
Lexical Analysis library for PHP (Tokenizer, Lexer, Parser, Generator)
generator ghostwriter lexer parser php syntax tokenizer
Last synced: 28 Mar 2025
https://github.com/felixbd/while
Parser and interpreter for the While programming language (in haskell)
haskell interpreter parser while
Last synced: 13 Apr 2025
https://github.com/said-m/priprava
Template engine for describing JSON with dynamic data.
json object parser template-engine
Last synced: 03 May 2026
https://github.com/pumpfun-max/carbon-cli-ys
This repo is a fork of carbon-cli and modified to support yellowstone Instruction types.
anchor codama decoder parser solana solanatransaction yellowstone yellowstonegrpc
Last synced: 14 May 2026