From 1892b303df3a90427f4e3d2ebf2bfd9ab4bb4156 Mon Sep 17 00:00:00 2001 From: Ayman Nadeem Date: Fri, 24 Apr 2020 13:46:24 -0400 Subject: [PATCH] add instruction to read adding-a-new-language doc --- docs/codegen.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/codegen.md b/docs/codegen.md index 6fb9f0d56..c0a7bf27e 100644 --- a/docs/codegen.md +++ b/docs/codegen.md @@ -1,6 +1,7 @@ # CodeGen Documentation -CodeGen is the process for auto-generating language-specific, strongly-typed ASTs to be used in [Semantic](https://github.com/github/semantic-code/blob/d9f91a05dc30a61b9ff8c536d75661d417f3c506/design-docs/precise-code-navigation.md). +CodeGen is the process for auto-generating language-specific, strongly-typed ASTs to be used in [Semantic](https://github.com/github/semantic-code/blob/d9f91a05dc30a61b9ff8c536d75661d417f3c506/design-docs/precise-code-navigation.md). +Since this is a critical component of Semantic's process for adding a new language, we recommend reading [these docs](https://github.com/github/semantic/blob/master/docs/adding-new-languages.md) first. ### Table of Contents - [CodeGen Documentation](#codegen-documentation)