diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8,8 +8,10 @@ | |||
8 | 8 | ||
9 | libsyntax2.0 is an **experimental** implementation of the corresponding [RFC](https://github.com/rust-lang/rfcs/pull/2256). | 9 | libsyntax2.0 is an **experimental** implementation of the corresponding [RFC](https://github.com/rust-lang/rfcs/pull/2256). |
10 | 10 | ||
11 | See [`docs`](./docs) folder to learn how libsyntax2 works, and check | 11 | See [`docs`](./docs) folder to learn how libsyntax2 works, and check |
12 | [`CONTRIBUTING.md`](./CONTRIBUTING.md) if you want to contribute! | 12 | [`CONTRIBUTING.md`](./CONTRIBUTING.md) if you want to contribute! |
13 | **WARNING** everything is in a bit of a flux recently, the docs are obsolete, | ||
14 | see the recent work on red/green trees. | ||
13 | 15 | ||
14 | 16 | ||
15 | ## License | 17 | ## License |