File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66Rowan is a library for lossless syntax trees, inspired in part by
77Swift's [ libsyntax] ( https://github.com/apple/swift/tree/5e2c815edfd758f9b1309ce07bfc01c4bc20ec23/lib/Syntax ) .
88
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 ) .
1010
1111See ` examples/s_expressions ` for a tutorial, and [ rust-analyzer] ( https://github.com/rust-analyzer/rust-analyzer/ ) for real-world usage.
1212
Original file line number Diff line number Diff line change 77//!
88//! It's suggested to read the conceptual overview of the design
99//! 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
1111
1212/// Let's start with defining all kinds of tokens and
1313/// composite nodes.
You can’t perform that action at this time.
0 commit comments