rust/crates/ra_syntax/test_data
Aleksey Kladov 7a39bc3ba2 Make records grammar more orthogonal
We used

  name [: expr]

grammar before, now it is

  [name :] expr

which makes things simpler
2020-04-11 19:20:41 +02:00
..
lexer Rename some tokens 2020-04-10 17:07:09 +02:00
parser Make records grammar more orthogonal 2020-04-11 19:20:41 +02:00
reparse/fuzz-failures move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
accidentally_quadratic Add a test 2020-01-15 16:52:28 +01:00