aboutsummaryrefslogtreecommitdiff
path: root/syn/dev/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'syn/dev/README.md')
-rw-r--r--syn/dev/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/syn/dev/README.md b/syn/dev/README.md
new file mode 100644
index 0000000..91b9846
--- /dev/null
+++ b/syn/dev/README.md
@@ -0,0 +1,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.