File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
Rowan is a library for lossless syntax trees, inspired in part by
7
7
Swift's [ libsyntax] ( https://github.com/apple/swift/tree/5e2c815edfd758f9b1309ce07bfc01c4bc20ec23/lib/Syntax ) .
8
8
9
- A conceptual overview is available in the [ rust-analyzer repo ] ( https://github.com/ rust-analyzer/rust-analyzer/blob/master/docs/dev/ syntax.md ) .
9
+ A conceptual overview is available in the [ rust-analyzer book ] ( https://rust-analyzer.github.io/book/contributing/ syntax.html ) .
10
10
11
11
See ` examples/s_expressions ` for a tutorial, and [ rust-analyzer] ( https://github.com/rust-analyzer/rust-analyzer/ ) for real-world usage.
12
12
Original file line number Diff line number Diff line change 7
7
//!
8
8
//! It's suggested to read the conceptual overview of the design
9
9
//! alongside this tutorial:
10
- //! https://github.com/ rust-analyzer/rust-analyzer/blob/master/docs/dev/ syntax.md
10
+ //! https://rust-analyzer.github.io/book/contributing/ syntax.html
11
11
12
12
/// Let's start with defining all kinds of tokens and
13
13
/// composite nodes.
You can’t perform that action at this time.
0 commit comments