grmtools
parser library
A suite of libraries and binaries for parsing text in Rust.
Rust grammar tool libraries and binaries
514 stars
16 watching
31 forks
Language: Rust
last commit: 14 days ago
Linked from 1 awesome list
error-recoverygeneratorgrammarlexlexerlrparserrustyacc
Related projects:
Repository | Description | Stars |
---|---|---|
ptal/oak | A tool for generating parsers from grammars described in a high-level syntax | 142 |
netvl/xml-rs | A Rust library for parsing and working with XML documents | 461 |
dalance/sv-parser | A SystemVerilog parser library for Rust. | 408 |
rust-utilities/liquid-grammar-pest | A Rust library providing a grammar and tokenizer for parsing Shopify Liquid syntax | 0 |
chyh1990/yaml-rust | A pure Rust implementation of the YAML 1.2 specification | 610 |
rust-lang/flate2-rs | A library that provides bindings to various compression formats. | 916 |
guillaumegomez/rust-gsl | A Rust binding for the GSL library. | 190 |
jturner314/py_literal | A Rust crate for parsing and formatting Python literals. | 16 |
pirtleshell/rust-gedcom | A Rust implementation of a Gedcom file parser | 5 |
rust-scraper/scraper | A Rust library for parsing and querying HTML documents using CSS selectors. | 1,937 |
marwes/combine | A Rust library implementing parser combinators for building efficient and flexible parsers | 1,302 |
toml-rs/toml | Tools and utilities for parsing and editing TOML configuration files in Rust | 729 |
shnewto/bnf | A parser for Backus-Naur form grammars in Rust. | 260 |
ged/linkparser | An interface to parse and analyze English sentences using the CMU Link Grammar | 76 |
folyd/robotstxt | A Rust port of Google's robots.txt parser and matcher C++ library | 88 |