1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 16:37:50 +03:00

add instruction to read adding-a-new-language doc

This commit is contained in:
Ayman Nadeem 2020-04-24 13:46:24 -04:00
parent 00717435ce
commit 1892b303df

View File

@ -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)