1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 00:42:33 +03:00

Update codegen.md

This commit is contained in:
Ayman Nadeem 2020-04-24 13:55:40 -04:00
parent 1892b303df
commit ebc680f039

View File

@ -1,7 +1,7 @@
# CodeGen Documentation # 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. Since it is a critical component of Semantic's language support process, we recommend reading [these docs](https://github.com/github/semantic/blob/master/docs/adding-new-languages.md) first, as they provide an overview of the pipeline CodeGen supports.
### Table of Contents ### Table of Contents
- [CodeGen Documentation](#codegen-documentation) - [CodeGen Documentation](#codegen-documentation)