third_party_rust_syn/dev
徐未来 76b407eb79 syn 1.0.107升级至2.0.48
Signed-off-by: 徐未来 <xuweilai2@huawei.com>
2024-04-02 16:51:27 +08:00
..
Cargo.toml syn 1.0.107升级至2.0.48 2024-04-02 16:51:27 +08: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.