tree: 13aee9a22a0012d3c9c0c4f2dbef271fa4a8b965 [path history] [tgz]
  1. Cargo.toml
  2. main.rs
  3. parse.rs
  4. README.md
dev/README.md

A little project skeleton for troubleshooting Syn's parsers during development, especially when adding support for new Rust syntax.

Place a sample of the syntax you are working on into main.rs and then run cargo check to try parsing it, revealing the resulting syntax tree or else showing the position and error message if the input fails to parse.