Skip to content

Files

Latest commit

7b7b57c · Jan 16, 2023

History

History
This branch is 979 commits behind dtolnay/syn:master.

dev

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.