pest-parser / pest

The Elegant Parser
https://pest.rs
Apache License 2.0
4.67k stars 262 forks source link

derive/examples: add a help menu grammar and parser #856

Closed e-dant closed 1 year ago

e-dant commented 1 year ago

For pest_derive, an example program is added here which parses a common help menu format and dumps a part of the parse tree to stdout.

e-dant commented 1 year ago

thanks for the example -- could you run cargo clippy --fix ? https://github.com/pest-parser/pest/actions/runs/4975232692/jobs/8905610101?pr=856#step:5:19

Latest commits should address this (and simplify the example a bit)

Thank you