blob: 91b98460ccd5b55fc5910127e8fb2d7bc087485b (
plain)
1
2
3
4
5
6
|
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.
|