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,747 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
Jul 16, 2025 - JavaScript
Data validation using Python type hints
- Updated
Jul 18, 2025 - Python
An incremental parsing system for programming tools
- Updated
Jul 17, 2025 - Rust
🕵️♂️ Collect a dossier on a person by username from thousands of sites
- Updated
Jul 18, 2025 - Python
Unified framework for building enterprise RAG pipelines with small, specialized models
- Updated
Jun 27, 2025 - Python
The modular and type safe schema library for validating structural data 🤖
- Updated
Jul 15, 2025 - TypeScript
ECMAScript parsing infrastructure for multipurpose analysis
- Updated
Apr 16, 2023 - TypeScript
TypeScript's 1:1 validator, optimized from editor to runtime
- Updated
Jul 17, 2025 - TypeScript
A library and language for building parsers, interpreters, compilers, etc.
- Updated
Jul 17, 2025 - JavaScript
A Swift framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber.
- Updated
Jul 18, 2025 - Swift
LIEF - Library to Instrument Executable Formats (C++, Python, Rust)
- Updated
Jul 13, 2025 - C++
XML to JavaScript object converter.
- Updated
Jul 30, 2023 - CoffeeScript
Wrangling Untrusted File Formats Safely
- Updated
Jul 15, 2025 - C
Write expressive, high-performance parsers with ease.
- Updated
Jul 1, 2025 - Rust
Code smell detector for Ruby
- Updated
Jun 14, 2025 - Ruby
Knowledge Agents and Management in the Cloud
- Updated
Jul 18, 2025 - Python
- Followers
- 11k followers
- Website
- github.com/topics/parsing
- Wikipedia
- Wikipedia