rust/crates/ra_syntax
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
..
fuzz Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00
src Make records grammar more orthogonal 2020-04-11 19:20:41 +02:00
test_data Make records grammar more orthogonal 2020-04-11 19:20:41 +02:00
Cargo.toml Remove rustc_lexer dependency in favour of rustc-ap-rustc_lexer 2020-04-06 10:08:51 +02:00