Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
IDE tools for writing pest grammars, using the Language Server Protocol for Visual Studio Code, Vim and other editors
Vim syntax highlighting for pest PEG grammar files.
Pest Formatter is a tool designed to format Pest grammar files, ensuring consistent code style and readability across Pest projects. It helps developers maintain clean and standardized grammar definitions for the Pest parser generator. ## Key Features - **File Formatting** — Automatically finds and formats all `.pest` files in a directory, overwriting them with a consistent style. - **Stdin Support** — Can format Pest source code directly from stdin, reading input and writing formatted output to stdout. - **Library Usage** — Provides a `Formatter` struct for programmatic formatting of Pest grammars within Rust applications. - **Command-Line Interface** — Offers a simple CLI with options for file paths, stdin input, and help/version information. ## Philosophy Pest Formatter emphasizes simplicity and automation, enabling developers to maintain consistent Pest grammar formatting with minimal effort.
A web-based debugger for pest using Yew