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/christarazi/golp
A web server log parser / analyzer written in Go
access-logs analyzer go golang log nginx parser
Last synced: 02 May 2026
https://github.com/turbolent/telescope
Go explore
compiler nlp parser question-answering scala spacy sparql
Last synced: 02 May 2026
https://github.com/acctress/twee
A Lua/Luau parser for code analysis and editor integration.
Last synced: 02 May 2026
https://github.com/randomhashtags/swift-javascriptsyntax
A set of Swift libraries for parsing, inspecting, generating, and transforming JavaScript source code.
Last synced: 03 May 2026
https://github.com/billsioros/latex-homework-parser
Parsing homework assignments and generating LaTeX
32-bit generator homework homework-assignments homework-exercises homework-helper homework-template latex latex-template parser python38
Last synced: 03 May 2026
https://github.com/wizard04wsu/javascript-regex
Improved syntax highlighting for JavaScript regular expressions in Atom
atom atom-package javascript parser regex regexp regular-expressions syntax syntax-highlighting syntax-tree
Last synced: 03 May 2026
https://github.com/lpapailiou/fac
A toy programming language including jflex scanner, cup parser and semantic validation. Executably by console and by gui (a toy-IDE).
automaton bnf compiler-construction cup flex flex-cup formal-language interpreter java java-8 javafx javafx-application jflex parser programming-language regex theoretical-computer-science toy-language
Last synced: 04 May 2026
https://github.com/thoughtpolice/tree-sitter-openddl
a tree-sitter grammar, for OpenDDL v2.0
Last synced: 05 May 2026
https://github.com/yycoder/thrifter
Non-destructive thrift parser with zero third-party dependency.
ast formatter golang golang-package parser thrift thrift-parser
Last synced: 13 Jun 2026
https://github.com/aaronlippold/pdf2inspec
(DEPRECATED) Parser for PDF security guidance documents to an InSpec profile
inspec mitre-corporation parser parslet
Last synced: 09 Jun 2026
https://github.com/thiagobarradas/sqlclient-parsetoobject
Easy SqlClient parse to object for .NET Core
dapper dotnet-core dotnet-core-2 dotnet-core-3 mapping object objective-c parser sql sqlclient
Last synced: 06 May 2026
https://github.com/djoezeke/myyaml
Myyaml - Simple and Fast Yaml Ain't Markup Language (YAML) Parser for Modern C/C++.
c config configuration cpp deserialize emmiter modern parser serializer yaml yaml-parser
Last synced: 07 May 2026
https://github.com/mitranim/sqlp
[MOVED] Parser for rewriting foreign code embedded in SQL
Last synced: 10 Jun 2026
https://github.com/eantcal/nuexpreval
Mathematical expression evaluator in c++11
evaluator library linux macos macosx math-expressions mathematical-expressions parser utility windows
Last synced: 08 May 2026
https://github.com/kanarus/byte_reader
A minimal byte-by-byte reader for parsing input
byte byte-array bytes lightweight minimal no-std parse parser parsing reader simple
Last synced: 10 Jun 2026
https://github.com/st235/xcalc-core
Free open source arithmetic grammar parser 🧮
calculator cpp grammar parser xcalc
Last synced: 10 Jun 2026
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/winscripter/sharpsubtitles
SharpSubtitles is a high-performance reader/writer/converter between 3 subtitle formats: SRT, LRC, and ASS
ass ass-subtitles converter converters csharp dotnet lrc lrc-subtitles parser parsers reader readers srt srt-subtitles subtitles writer writers
Last synced: 09 May 2026
https://github.com/rguj/node-env-parser
No more headaches! Your best utility for parsing .env variables in Node JS. Code was built based from Laravel's ENV parsing principle.
config dotenv dotenv-parser env environment-variables javascript js key-value nodejs npm parser server-side
Last synced: 10 May 2026
https://github.com/dkarter/stl_parser
👓 STL File Parser in Elixir using :leex and :yecc
3d-printing elixir parser stl tokenizer
Last synced: 11 May 2026
https://github.com/bashkirtsevich-llc/wiki-dump-parser
Wiki dump parser (jupyter)
bz2 demos jupyter jupyter-notebook jupyter-notebooks parser python python3 tutorial tutorial-code tutorials wiki wikia wikipedia wikipedia-corpus wikipedia-dump wiktionary xml xml-parser
Last synced: 11 May 2026
https://github.com/superb-man/regex-parser
Simple regex matcher with some advanced operations.Can only parse a regex😔 and match some elementary operations🚀.Nothing fancy!
Last synced: 12 May 2026
https://github.com/isopropylcyanide/google-search-history-parser
View the relevant google searches along with the timestamp from the google search archive
archive-storage archived google-search json parser python python-parser
Last synced: 13 May 2026
https://github.com/asim-2000/parse-match
✂️ Parsing JS functions to extract important information
Last synced: 13 Jun 2026
https://github.com/arne-cl/spade-parser
mirror of SPADE (Sentence-level PArsing for DiscoursE, Soricut and Marcu 2003)
parser rhetorical-structure-theory rst
Last synced: 14 Jun 2026
https://github.com/queukat/nikora_bot
Telegram bot for tracking Nikora deals and promotions with VPS-oriented deployment notes.
bot deals nikora notifications parser python telegram-bot vps
Last synced: 15 Jun 2026
https://github.com/quinnjr/spacey
A high-performance JavaScript/TypeScript engine written in Rust for the Servo browser. Native TypeScript support, ECMAScript 3+ compliant, embeddable runtime.
browser-engine bytecode compiler ecmascript embedded engine interpreter javascript javascript-engine nodejs parser pegasus-heavy-industries rust servo spidermoneky spidermonkey typescript typescript-native vm wasm
Last synced: 16 Jun 2026
https://github.com/flex-development/unist-util-parsec
a unist flavored parser combinator library
ast combinator parser syntax unist
Last synced: 18 Jun 2026
https://github.com/emanuelec/haskell_ex
Repository for some haskell exercises
functional-languages haskell haskell-exercises haskell-learning parser unipd university
Last synced: 18 Jun 2026
https://github.com/dogma-io/dogma-css-parser
CSS parser and compiler
ast compile compiler css css-parser parse parser
Last synced: 18 Jun 2026
https://github.com/estilles/expression-parser
Tet another infix to postfix/reverse polish notation converter.
infix infix-to-postfix parser postfix rpn
Last synced: 18 Jun 2026
https://github.com/wisn/format-preserving-yaml
A Format-Preserving YAML Parser
format-preserving gsoc-2018 haskell parser yaml-parser
Last synced: 19 Jun 2026
https://github.com/sderosiaux/whitespace-parser
An implementation of a Whitespace parser relying only on the State monad
helloworld parser scala state whitespace
Last synced: 19 Jun 2026
https://github.com/redboo/pancakeswap-scraper
Скрипт для парсинга PancakeSwap
Last synced: 19 Jun 2026
https://github.com/hua1995116/common-comment-parser
A universal comment parser (supports more than 30 languages)
Last synced: 21 Jun 2026
https://github.com/dogma-io/dogma-html-parser
HTML parser and compiler
ast compile compiler html html-parser parse parser
Last synced: 22 Jun 2026
https://github.com/neo-ciber94/prexel-rs
A math expression evaluator
math math-parser-library parser rust
Last synced: 23 Jun 2026
https://github.com/turkeymcmac/tablestreams
For reading and writing tables line by line in various formats.
Last synced: 23 Jun 2026
https://github.com/trananhtung/jsonpluck
Pluck valid JSON out of messy LLM output — strips markdown fences, fixes trailing commas, single quotes, comments, and truncation. Zero dependencies.
ai anthropic json llm openai parser repair structured-output typescript zero-dependency
Last synced: 25 Jun 2026
https://github.com/momiji-rs/sasso
A pure-Rust SCSS to CSS compiler (a dart-sass alternative). Zero dependencies, wasm-friendly, lib + CLI.
compiler css css-preprocessor dart-sass embeddable parser rust rust-lang sass scss transpiler wasm webassembly
Last synced: 26 Jun 2026
https://github.com/yord/shargs-parser
shargs-parser is a collection of parser checks and stages for shargs 🦈.
Last synced: 17 Jul 2025
https://github.com/ambidextrous9/compiler
Implementations of various compiler tools.
compiler compiler-design lexical-analyzer non-recursive parser symbol-table yacc
Last synced: 17 Jul 2025
https://github.com/yord/shargs-opts
shargs-opts is a type-based command-line options DSL for shargs 🦈.
Last synced: 09 Jul 2025
https://github.com/alexprut/sca-lang
Project a suitable abstract syntax similar to Scala language, and write in Haskell a compiler for the new engineered language.
compiler engineered-language haskell parser
Last synced: 28 Jun 2025
https://github.com/niklashigi/gamepad-info
Retrieve information about a gamepad
gamepad gamepad-api npm-package parser
Last synced: 28 Apr 2026
https://github.com/moriyoshi/fluent-plugin-parser-logfmt
Logfmt parser plugin for fluentd 1.0 or later
fluentd logfmt parser td-agent
Last synced: 11 Jul 2025
https://github.com/thevurv/mic1
A tiny (400 SLOC), optimizing, metaprogrammable, statement-based language that compiles to SIC-1 code for https://github.com/jaredkrinke/sic1
compiler lua oisc optimizer parser programming-language sic sic1 subleq
Last synced: 21 Jun 2025
https://github.com/alexionut-tincu/sh-ovel
A lightweight UNIX shell written in C, focused on simplicity and direct syscalls. Perfect for learning system-level programming.
c-language educational linux low-level-programming os-dev parser shell system-calls unix
Last synced: 16 Feb 2026
https://github.com/lycuid/ruson
Command line utility for parsing and processing JSON text (faster than 'jq').
command-line-tool json-parser parser rust-lang
Last synced: 29 Oct 2025
https://github.com/kldzj/env
A simple and type-safe env parser
env environment-variables node parser typescript
Last synced: 11 Apr 2026
https://github.com/nabijaczleweli/pls-rs
Rust crate for parsing and writing the PLS playlist format
Last synced: 11 Apr 2025
https://github.com/titikterang/iso8583_python
iso 8583 parser based on python
Last synced: 17 Aug 2025
https://github.com/92181/calculator
A small and lightweight Javascript calculator. Useful for integration into web applications.
calculator html javascript math parser
Last synced: 18 May 2026
https://github.com/doumanash/banjin
Simple code generator for string parsing
Last synced: 24 Jul 2025
https://github.com/en9inerd/markdown-wasm
Very fast Markdown parser and HTML generator implemented in WebAssembly, based on md4c
c javascript markdown markdown-parser nodejs parser wasm webassembly
Last synced: 06 Apr 2026
https://github.com/halilfocic/onixhttp
My attemt to making full fledged HTTP server in zig
Last synced: 24 Jul 2025
https://github.com/dunggramer/learning
Repo save all code i'm learning
algorithms javascript learn monorepo nestjs nodejs parser react redux swift threejs vim
Last synced: 06 Apr 2026
https://github.com/kassane/ada-d
D bindings for Ada URL parser | https://ada-url.com/clients/d/
bindings d dlang parser url url-parser whatwg-url
Last synced: 02 Jan 2026
https://github.com/dev-cetera/df_config
A package that provides methods to load configuration data and access it at runtime.
cache dart json library localization package parser utils
Last synced: 24 Apr 2026
https://github.com/corn-config/corn-go
Libcorn native Go implementation
config configuration-files corn language parser
Last synced: 22 Apr 2026
https://github.com/manasesjesus/fdbs-and-sql-parser
Implementation of a Federative Database System – SQL Parser included
database dbms distributed-database federated java javacc jdbc oracle parser sql sql-parser
Last synced: 12 Jul 2025
https://github.com/vurv78/mic1
A tiny (400 SLOC), optimizing, metaprogrammable, statement-based language that compiles to SIC-1 code for https://github.com/jaredkrinke/sic1
compiler lua oisc optimizer parser programming-language sic sic1 subleq
Last synced: 25 Feb 2025
https://github.com/dreden33773/ember-lox
An implementation of Lox-lang's `compile toolchain` + `interpreter` in Rust
compiler interpreter lox parser rust vm
Last synced: 27 Mar 2025
https://github.com/imgurbot12/pyxml
Pure python3 alternative to stdlib xml.etree with HTML support
html-parser parser python python3 xml xml-parser
Last synced: 11 Sep 2025
https://github.com/andrey-oss/privat24-atm-finder
Privat24-ATM-Finder - Privatbank ATM parser
atm docker parser privatbank privatbank-api python ukraine
Last synced: 07 Apr 2026
https://github.com/plutokekz/riotapiparser
A small script to parse the riot api documentation to generate json schema file, which get converted to pydantic models aka python dataclasses. For an eay and fast prototyping of api wrappers.
bs4 code-generation json-schema league-of-legends legends-of-runeterra parser pydantic python riot-games-api tft valorant
Last synced: 15 May 2026
https://github.com/adharshkamath/automata-and-compiler-design
Lexer and Parser, written as a part of the IT250 course assignments
c compiler-design lexer lexer-parser parser yacc
Last synced: 26 Jul 2025
https://github.com/anishlearnstocode/latex-to-html-parser
This is a LaTeX to html parser that parses many constructs of the LaTeX language into valid HTML for use on the browser and in node.
Last synced: 20 May 2026
https://github.com/firedragon91245/coff-parse
A Parser and Generator for Windows Object Files (COFF: Common Object File Format)
coff coff-file object-file parser
Last synced: 05 Apr 2025
https://github.com/keyweeusr/fbmessageparser
:zap: Parse Facebook messages from the downloaded archive
archive facebook message parser
Last synced: 09 Nov 2025
https://github.com/oelin/april
Probably the smallest recursive descent parser in existence 🤏.
javascript parser recursive-descent-parser tiny
Last synced: 15 Jun 2025
https://github.com/christian-2003/lisp-interpreter
An interpreter for simple LISP syntax.
abstract-syntax-tree interpreter lexer lisp lisp-interpreter parser token tokenizer
Last synced: 30 Mar 2025
https://github.com/andrianllmm/eng-dictionary-parser
Parser for an English XML dictionary
dictionary english parser text-mining xml-parser
Last synced: 09 Jul 2025
https://github.com/mvandrew/cbrgetcurrencyrates
Библиотека импорта данных о курсах валют с сайта Центрального Банка РФ cbr.ru
java java-library parser parsing-library scraper scraping xml xml-parser
Last synced: 15 Jun 2025
https://github.com/kerrishotts/ispish
A simple lisp/logo-like language
lisp-like logo-like parser programming-language tokenizer
Last synced: 23 Jul 2025
https://github.com/wmentor/html
HTML data fetcher
go go-lib go-library golang golang-library html html-parser parser
Last synced: 27 Jul 2025
https://github.com/getlumos/tree-sitter-lumos
Tree-sitter grammar for LUMOS schema language
borsh code-generation developer-tools editor grammar lumos neovim nvim-treesitter parser parsing rust schema-language solana syntax syntax-highlighting tree-sitter treesitter type-safety typescript vscode
Last synced: 09 Apr 2026
https://github.com/evanrelf/problem-counter
Parse and count math homework problem ranges
Last synced: 03 Aug 2025