parser-generator
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 34 public repositories matching this topic...
Parsing Expression Grammar (PEG) parser generator for Rust
-
Updated
Jul 21, 2024 - Rust
a parser and lexer generator as a Rust procedural macro
-
Updated
Jun 4, 2024 - Rust
LALR(1) parser generator for Rust based on Lemon + SQL parser
-
Updated
Nov 2, 2024 - Rust
-
Updated
Jun 6, 2022 - Rust
Santiago is a lexing and parsing toolkit for Rust
-
Updated
Aug 28, 2022 - Rust
The prettier pattern-matching parser with automatic error recovery
-
Updated
Oct 22, 2024 - Rust
-
Updated
Jul 31, 2024 - Rust
[WIP] (Self-generating) XML parser generator based on XML schemas.
-
Updated
Nov 16, 2019 - Rust
Resilient LL(1) parser generator for Rust
-
Updated
Oct 6, 2024 - Rust
Generate parsers directly from AST node types
-
Updated
Jun 6, 2024 - Rust
Syntax-Dynamic Parser-Generator Library
-
Updated
Jul 14, 2023 - Rust
Runtime library for parsers generated by the 'parol' parser generator.
-
Updated
Dec 22, 2022 - Rust
Language Toolkit
-
Updated
Nov 4, 2024 - Rust
An efficient lexer generator in Rust.
-
Updated
Feb 11, 2019 - Rust
GLR, LR(1) LALR(1) parser generator for Rust with custom reduce action
-
Updated
Oct 26, 2024 - Rust
An experiment with LALRPOP and Kubernetes selectors
-
Updated
Jun 30, 2018 - Rust
Rust製「言語処理系生成系」の生成系 / PRO151発表
-
Updated
Nov 12, 2024 - Rust
- Followers
- 10.5k followers
- Wikipedia
- Wikipedia