aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJeremy A. Kolb <[email protected]>2018-09-18 22:40:33 +0100
committerJeremy A. Kolb <[email protected]>2018-09-18 22:40:33 +0100
commit8845b504382769eff14d2bd4c0c5dfbac75739d2 (patch)
tree48a081048bc1e3242acd5f4310d329fcf8088eb9 /README.md
parent79293d2593ba658243d0f2edf18cd283fa40447a (diff)
libsyntax2 -> rust-analyzer
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9504e433d..ece4bb189 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ notes.
92- `algo`: generic tree algorithms, including `walk` for O(1) stack 92- `algo`: generic tree algorithms, including `walk` for O(1) stack
93 space tree traversal (this is cool) and `visit` for type-driven 93 space tree traversal (this is cool) and `visit` for type-driven
94 visiting the nodes (this is double plus cool, if you understand how 94 visiting the nodes (this is double plus cool, if you understand how
95 `Visitor` works, you understand libsyntax2). 95 `Visitor` works, you understand rust-analyzer).
96 96
97 97
98### `crates/ra_editor` 98### `crates/ra_editor`
@@ -132,7 +132,7 @@ A CLI interface to libsyntax
132 132
133### `crate/tools` 133### `crate/tools`
134 134
135Code-gen tasks, used to develop libsyntax2: 135Code-gen tasks, used to develop rust-analyzer:
136 136
137- `cargo gen-kinds` -- generate `ast` and `syntax_kinds` 137- `cargo gen-kinds` -- generate `ast` and `syntax_kinds`
138- `cargo gen-tests` -- collect inline tests from grammar 138- `cargo gen-tests` -- collect inline tests from grammar