Parsing
A grammar describes the syntax of a programming language, and might be defined in Backus-Naur form (BNF). A lexer performs lexical analysis, turning text into tokens. A parser takes tokens and builds a data structure like an abstract syntax tree (AST). The parser is concerned with context: does the sequence of tokens fit the grammar? A compiler is a combined lexer and parser, built for a specific grammar.
Here are 3,955 public repositories matching this topic...
Language:All
Sort:Most stars
The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis
- Updated
Aug 6, 2025 - JavaScript
Data validation using Python type hints
- Updated
Dec 16, 2025 - Python
An incremental parsing system for programming tools
- Updated
Dec 17, 2025 - Rust
Unified framework for building enterprise RAG pipelines with small, specialized models
- Updated
Jul 24, 2025 - Python
The modular and type safe schema library for validating structural data 🤖
- Updated
Dec 12, 2025 - TypeScript
TypeScript's 1:1 validator, optimized from editor to runtime
- Updated
Dec 15, 2025 - TypeScript
ECMAScript parsing infrastructure for multipurpose analysis
- Updated
Apr 16, 2023 - TypeScript
A library and language for building parsers, interpreters, compilers, etc.
- Updated
Dec 10, 2025 - JavaScript
A Swift framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber.
- Updated
Dec 15, 2025 - Swift
LIEF - Library to Instrument Executable Formats (C++, Python, Rust)
- Updated
Nov 12, 2025 - C++
XML to JavaScript object converter.
- Updated
Jul 30, 2023 - CoffeeScript
Wrangling Untrusted File Formats Safely
- Updated
Nov 24, 2025 - C
Write expressive, high-performance parsers with ease.
- Updated
Dec 15, 2025 - Rust
Knowledge Agents and Management in the Cloud
- Updated
Dec 12, 2025 - TypeScript
Code smell detector for Ruby
- Updated
Dec 8, 2025 - Ruby
Jsmn is a world fastest JSON parser/tokenizer. This is the official repo replacing the old one at Bitbucket
- Updated
Jun 9, 2024 - C
- Followers
- 11k followers
- Website
- github.com/topics/parsing
- Wikipedia
- Wikipedia