From 198de6811722e5fbac08a6b5ba6d40a0d6ee100e Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 28 Feb 2019 22:08:17 +0300 Subject: [PATCH] add syntax-trees video --- ARCHITECTURE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index 8602de56d7f..57f76ebaecf 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -7,6 +7,9 @@ in the right place! See also the [guide](./guide.md), which walks through a particular snapshot of rust-analyzer code base. +For syntax-trees specifically, there's a [video walk +through](https://youtu.be/DGAuLWdCCAI) as well. + ## The Big Picture ![](https://user-images.githubusercontent.com/1711539/50114578-e8a34280-0255-11e9-902c-7cfc70747966.png)