liquid-grammar-pest

Liquid parser

A Rust library providing a grammar and tokenizer for parsing Shopify Liquid syntax

Pest grammar for parsing Shopify Liquid

GitHub

0 stars
1 watching
0 forks
Language: Rust
last commit: 5 months ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
pest-parser/pest A parser generator written in Rust for creating PEG-based parsers. 4,669
pest-parser/pest-fmt A tool to format and standardize Pest grammar files. 25
pest-parser/pest-ide-tools Tools for writing and editing Pest grammars using an IDE interface 50
pest-parser/ast Converts a dynamically typed Parse Tree to a strongly typed Abstract Syntax Tree and provides automatic conversion via derive. 81
pest-parser/pest.vim Syntax highlighting plugin for PEG grammar files 33
softdevteam/grmtools A suite of libraries and binaries for parsing text in Rust. 520
alilleybrinker/langs-in-rust A directory of programming languages implemented in Rust, serving as a source of inspiration and comparison. 882
kevinmehall/rust-peg A parser generator tool that creates recursive descent parsers from concise grammar definitions. 1,474
florob/rustyxml An XML parser written in Rust 103
jturner314/py_literal A Rust crate for parsing and formatting Python literals. 16
netvl/xml-rs A Rust library for parsing and working with XML documents 461
tomtau/pest-web-debug A web-based debugger for a parser generator using Yew and Rust 3
rust-scraper/scraper A Rust library for parsing and querying HTML documents using CSS selectors. 1,949
ptal/oak A tool for generating parsers from grammars described in a high-level syntax 143
nikomatsakis/lalrpop A Rust-based parser generator framework designed to simplify the process of creating parsers 1