third_party_rust_syn/dev
2021-03-16 12:56:05 -07:00
..
Cargo.toml Release 1.0.0 2019-08-13 09:06:54 -07:00
main.rs Delete unintentional test code from dev/main.rs 2021-03-16 12:56:05 -07:00
parse.rs Remove extern crate proc_macro from docs 2020-06-09 20:46:54 -07:00
README.md Add readme for the dev directory 2019-04-29 14:13:30 -07:00

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.