mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-25 10:50:12 +01:00
- Give unary `-` and `not` the same precedence as in C++ - Add detail to parse error messages, and make the --trace flag also enable parser debug tracing - Make any new shift-reduce conflicts into build errors - Use `%precedence` rather than `%nonassoc` where possible, in order to catch more grammar bugs at build time