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 35 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
-
Updated
Jun 6, 2022 - Rust
Resilient LL(1) parser generator for Rust
-
Updated
Dec 25, 2024 - Rust
The prettier pattern-matching parser with automatic error recovery
-
Updated
Oct 22, 2024 - Rust
Santiago is a lexing and parsing toolkit for Rust
-
Updated
Aug 28, 2022 - Rust
Generate parsers directly from AST node types
-
Updated
Jun 6, 2024 - Rust
LALR(1) parser generator for Rust based on Lemon + SQL parser
-
Updated
Dec 3, 2024 - Rust
Peggen, generate fast PEG parsers via derive macros
-
Updated
Sep 26, 2024 - Rust
[WIP] (Self-generating) XML parser generator based on XML schemas.
-
Updated
Nov 16, 2019 - Rust
-
Updated
Jul 31, 2024 - Rust
yggdrasil compiler with rust runtime
-
Updated
Mar 28, 2024 - Rust
Language Toolkit
-
Updated
Nov 28, 2024 - Rust
GLR, LR(1) LALR(1) parser generator for Rust with custom reduce action
-
Updated
Oct 26, 2024 - Rust
Lexer and Parser generator
-
Updated
Mar 25, 2019 - Rust
A rust implemented compiler front-end project includes CLR parser generator that uses LLVM as back-end.
-
Updated
Jan 1, 2021 - Rust
A GLL parser generator, inspired by MashPlant/lalr1.
-
Updated
Nov 11, 2023 - Rust
- Followers
- 10.6k followers
- Wikipedia
- Wikipedia