Name Date Size

..25-Oct-20244 KiB

Cargo.tomlH A D25-Oct-2024357

main.rsH A D25-Oct-202493

parse.rsH A D25-Oct-2024370

README.mdH A D25-Oct-2024352

README.md

1A little project skeleton for troubleshooting Syn's parsers during development,
2especially when adding support for new Rust syntax.
3
4Place a sample of the syntax you are working on into main.rs and then run `cargo
5check` to try parsing it, revealing the resulting syntax tree or else showing
6the position and error message if the input fails to parse.
7