mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-08 20:58:37 +00:00
12 lines
450 B
Markdown
12 lines
450 B
Markdown
# About this guide
|
|
|
|
> [日本語訳](https://erg-lang.org/dev-guide/JA/)
|
|
>
|
|
> [繁體中文翻譯](https://erg-lang.org/dev-guide/zh_TW/)
|
|
>
|
|
> [简体中文翻译](https://erg-lang.org/dev-guide/zh_CN/)
|
|
|
|
This document is a guide to developing the Erg project.
|
|
It describes how to make contributions, guidelines for development, and how to set up the development environment, etc.
|
|
|
|
An explanation of compiler internals is [here](../compiler/README.md).
|