Introduce a new language, check syntax?
2 answers
Remember, grammars that are ambiguous for one parser style are not ambiguous for another.
If you want the language to work for you, check with the parser generator you plan to use. If you want to make it easier for others, test a few parser generators and study their errors / warnings until you understand the ambiguity they see.
+1
source to share