granite-rust/crates/ra_syntax
Luca Barbieri 68196ccc10 Add AstElement trait, generate tokens, support tokens in enums
- Adds a new AstElement trait that is implemented by all generated
  node, token and enum structs

- Overhauls the code generators to code-generate all tokens, and
  also enhances enums to support including tokens, node, and nested
  enums
2020-04-08 17:15:12 +02:00
..
fuzz Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00
src Add AstElement trait, generate tokens, support tokens in enums 2020-04-08 17:15:12 +02:00
test_data Migrate tests .txt -> .rast 2020-04-06 14:04:26 +03:00
Cargo.toml Remove rustc_lexer dependency in favour of rustc-ap-rustc_lexer 2020-04-06 10:08:51 +02:00