pest grammar debugger using Yew

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • awesome-pest

    A curated list of resources, projects, and tools using or for the pest parser generator in Rust

  • Thanks, just be aware that the web debugger has currently a few limitations: https://github.com/tomtau/pest-web-debug#known-limitations the CLI debugger is a bit better in that sense: https://github.com/pest-parser/awesome-pest/blob/main/debugger.md

  • pest-web-debug

    A web-based debugger for pest using Yew

  • My frontend skills and time are a bit limited (and the layout was heavily borrowed from this project: https://sbeckeriv.github.io/pest_format/ )... but feel free to play with https://github.com/tomtau/pest-web-debug/blob/main/index.scss / https://github.com/tomtau/pest-web-debug/blob/main/src/lib.rs#L447 and open a PR, I'll be happy to accept it!

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • ast

  • I tried to revive pest_ast a bit a while ago (to at least update its dependencies), but I agree that it's still a bit under documented. It has this example: https://github.com/pest-parser/ast/blob/master/examples/csv.rs for its usage.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts