Files
carbon-lang/executable_semantics/syntax
Geoff Romer e324935139 Miscellaneous parser cleanup (#429)
- 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
2021-04-06 10:09:03 -07:00
..
2021-04-06 10:09:03 -07:00
2021-03-17 13:09:58 -07:00
2021-04-06 10:09:03 -07:00