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/purpleclay/chomp
A parser combinator library for Go that makes parsing text intuitive and maintainable
chomp go parser parser-combinators runes strings
Last synced: 03 Feb 2026
https://github.com/sarveshh/markdownerr
A react project to preview, generate and share markdowns. With 10+ templates of top usability of markdowns, markdownerr makes writing blogs, ReadMe's a breeze.
expressjs html markdown markdown-converter markdown-editor markdown-parser markdown-previewer markdown-to-html markdown-viewer nodejs parse parser remarkable syntax-highlighting
Last synced: 09 Apr 2026
https://github.com/nguoidungkhongdinhdanh/mwtp
A parser for MediaWiki titles
Last synced: 12 Feb 2026
https://github.com/womblee/retardlink_uploader_client
A C++ Desktop Client for a URL Shortening service "Retard Link"
client cpp cpp-programming http parser request shortener tool url url-shortener url-shortener-api
Last synced: 01 Aug 2025
https://github.com/vstelmakh/url-highlight-domain-updater
Domain updater for Url highlight
domain parser php url-highlight
Last synced: 08 Nov 2025
https://github.com/dusrdev/sagittarius
Performant reflection-less argument parser
cli cross-platform csharp dotnet parser
Last synced: 16 Apr 2026
https://github.com/ik5/smudh
Handling SMPP short_message UDH content in golang
Last synced: 31 Jul 2025
https://github.com/mysterious-ben/xmlrecords
Utilities to extract tabular data from XML
Last synced: 30 Jul 2025
https://github.com/the-mikedavis/tree-sitter-edoc
A tree-sitter grammar for the Erlang documentation generator (Edoc) syntax
edoc erlang lexer parser tree-sitter
Last synced: 09 May 2026
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/bushero/pevac
A parser combinator library around the System.Text.Json.Utf8JsonReader class
csharp dotnet5 json parser parser-combinators system-text-json
Last synced: 13 Feb 2026
https://github.com/yggverse/pulsarss
RSS Aggregator for Gemini Protocol
aggregator cli crawler daemon feed gemini gemini-protocol gemtext parser rss rust
Last synced: 13 Feb 2026
https://github.com/khmelnitskiianton/language
My translation system: my language + translator to NASM
language nasm parser translator x86
Last synced: 30 Oct 2025
https://github.com/valdezfomar/tree-sitter-format-string
Curly brace style string formatting grammar for tree-sitter
parser python rust tree-sitter tree-sitter-grammar tree-sitter-highlight tree-sitter-parser
Last synced: 28 Jul 2025
https://github.com/floralist/botaxon
A botanical Python taxonomic parser for (sub)species names
Last synced: 08 Mar 2026
https://github.com/repcomm/quadgraph
A simple quadratic function grapher in js
canvas graph js parser quadratic-formula
Last synced: 25 Jul 2025
https://github.com/farinap5/ndr-c
Custom architecture and compiler written in C
Last synced: 17 Sep 2025
https://github.com/omr5221/tickettemplate
command-line-app parser ruby sql-query
Last synced: 24 Jul 2025
https://github.com/somewind/highlight-words-parser
Parse a give string to highlight words.
highlight highlightwords parser words
Last synced: 15 Feb 2026
https://github.com/bonnyad9/pareg
Helpful utilities for parsing command line arguments and parsing in general.
arguments arguments-parser arguments-parsing cli parser parsing rust
Last synced: 24 Jul 2025
https://github.com/nhatthm/timeparser
Time parser for Golang
go golang parser time timeparser
Last synced: 15 Feb 2026
https://github.com/hashadex/naturaldateinput
Java library for parsing human, natural language dates
date natural-language parser time todoist
Last synced: 15 Feb 2026
https://github.com/nsavinda/calc-parser
Simple calculator using flex and bison.
bison-flex bison-yacc compiler compiler-design parser
Last synced: 07 May 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/rczaka/oauth-code-parser
Simple, web based, OAuth URL code parser
Last synced: 14 May 2025
https://github.com/ggomez0/compilador
Compilador con analisis Lexico y sintactico
Last synced: 19 Jun 2025
https://github.com/under-web/vk_parser_topic
Парсит номера телефонов и комментарии, город и имся с ссылкой в отдельный файл
Last synced: 14 Mar 2025
https://github.com/vnau/jsooner
Parse JSON streams faster.
json json-parser jsooner npm-package parser streaming typescript
Last synced: 09 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/geometryzen/stemcstudio-markdown
Markdown parser and rendering library based upon the commonmark specification written in 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.
Last synced: 23 Jul 2025
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/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/rahuldangeofficial/09-word-arithmetic-parser
An educational React compiler dashboard that visualizes how mathematical expressions written with English words (plus, minus, multiply, divide) are tokenized, parsed into abstract syntax trees (AST), and evaluated using BODMAS precedence rules.
abstract-syntax-tree javascript-es6 parser reactjs recursive-descent-parser tokenizer vitejs
Last synced: 02 Jun 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'.
Last synced: 14 Apr 2025
https://github.com/jaqx0r/filterexpression
A parser for the AIP-160 filter expression language, implemented in Go
aip api expression filter go google-aip parser rest
Last synced: 17 Jan 2026
https://github.com/razcore-rad/purescript-pure-webidl
PureScript WebIDL AST and parser.
Last synced: 02 Jan 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/joangq/edsl
Abordaje Funcional a los lenguajes de dominio específico embebidos - Curso de ECI 2024
applicative applicative-functor computer-science domain-specific-language dsl edsl functional-programming functor haskell monad parser parser-combinators plt programming-language-theory
Last synced: 03 Jan 2026
https://github.com/imdeep2905/ll1_parser
Implementation of LL1 parser in C++.
Last synced: 22 May 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/Simpson-Computer-Technologies-Research/csvparser
CSV File Parser in C
Last synced: 14 May 2025
https://github.com/mateusjssilva/lexical-syntactic-analysis
SimpAlg Parser: A simple parser for the SimpAlg programming language, built using ANTLR.
Last synced: 30 Mar 2025
https://github.com/tariqs26/st
Interpreted language with a JavaScript-like syntax
ast bun bun-test interpreter lexer parser programming-language repl scope typescript
Last synced: 09 May 2026
https://github.com/fokaaas/markdown-parser
This console application allows you to parse markdown into html
Last synced: 07 May 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/robbycbennett/json
JavaScript Object Notation library for Rust
Last synced: 17 Apr 2026
https://github.com/abo/mqpp
MQTT Packet Parser
mqtt mqtt-packet-parser parser
Last synced: 17 Apr 2026
https://github.com/autodruid/photon-parser
Blazing fast photon parser protocol16
network parser photon protocol16
Last synced: 17 May 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/rvanbaalen/hashparser
Tiny javascript library to get and set (encoded) hash parameters
hash javascript parser url util
Last synced: 02 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/qraqras/pydocstring
A zero-dependency Rust parser for Python docstrings (Google & NumPy) — full AST with byte-precise source locations, built for linters and formatters.
docstring docstrings parser python rust
Last synced: 02 Apr 2026
https://github.com/luisfuentech/object-dot-parser
Parse string dotted keys to nested attributes in object
hacktoberfest json nodejs npm npm-package parser
Last synced: 17 Apr 2026
https://github.com/montasim/client-parser-demo
Interactive demo website for the client-parser npm package
browser-detection client-parser demo device-detection os-detection parser user-agent user-agent-parser
Last synced: 03 Apr 2026
https://github.com/hasuzawa/nspredicate_parser
A simple Go parser for Objective-C NSPredicate. Created for personal usage and work.
golang objective-c parser swift
Last synced: 17 Apr 2026
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/almide/csv
CSV parser and serializer for Almide. Quoted fields, header rows, roundtrip-safe.
Last synced: 04 Apr 2026
https://github.com/rgrove/parse-yaya
A Yet Another Yet Another Markup Language parser for Node.js and browsers.
javascript js json nodejs parser yaya
Last synced: 17 Apr 2026
https://github.com/omermecitoglu/react-component-tree-parser
Provides a function to parse react component tree of a tsx file
Last synced: 14 Mar 2025
https://github.com/tinyclub/vtools
Scripts for the noVNC recordings
encoder novnc optimizer parser recordings slicer
Last synced: 17 Apr 2026
https://github.com/gthomas08/flex-bison-project
Lexical and grammatical implementation of a subset of the Python programming language.
Last synced: 28 Apr 2026
https://github.com/ymc-github/fis-parser-ymcless
🔯 a plugin for fis1 to parser less to css
Last synced: 19 Apr 2026
https://github.com/nilsmartel/math_parser
Rust library to parse simple mathematical Expressions
Last synced: 12 Jan 2026
https://github.com/mysticastra/jsoncraftor
JsonCraftor is a lightweight, header-only JSON parser for C that maps JSON data directly to C structs. It provides type-safe parsing with support for nested objects and arrays.
Last synced: 09 May 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/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/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/pavlenkodr/ethermineparser
ethermine
ethermine mining notifications parser vk vkontakte
Last synced: 18 Apr 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/extybr/tracker_parser
bash-script parser python-script script shell shell-script
Last synced: 14 Mar 2025
https://github.com/pb-shrugged/tree-sitter-powerscript
Powerscript grammar for Tree-sitter
parser powerbuilder powerscript tree-sitter
Last synced: 09 May 2026
https://github.com/chalarangelo/cfg-parser
Context free grammar parser based on Earley parsing
context-free-grammar earley-parser parser
Last synced: 27 Jun 2025
https://github.com/pustovitdmytro/winline-scrapper
it scraps my bet-account information
beautifullsoap csv parser pil python3 re scrapper selenium winline
Last synced: 10 May 2026
https://github.com/kockarevicivan/homl-parser
Custom language parser, created with RapidXML in C++.
c-plus-plus homl parser rapid-xml
Last synced: 27 Mar 2025
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/ilyaumanets/improve_your_code
Code smell detector for Ruby
Last synced: 13 May 2026