-
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
74 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Erg development guide | ||
|
||
This document is a guide to developing the Erg project. | ||
It describes the internal structure of the erg compiler, how to make contributions, guidelines for development, and how to set up the development environment, etc. | ||
|
||
You can read the HTML version at [here](https://erg-lang.org/dev-guide/JA). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Summary | ||
|
||
<!-- | ||
This file is generated automatically. If you want to edit this, edit `doc/sync_to_summary.py` | ||
This file is for generating The Erg Book. Do not add badges, etc. | ||
--> | ||
|
||
[about this guide](./about.md) | ||
|
||
--- | ||
|
||
- [branch policy](branches.md) | ||
- [build features](build_features.md) | ||
- [directory structure](directories.md) | ||
- [document guideline](doc_guideline.md) | ||
- [embedding](embedding.md) | ||
- [development environment](env.md) | ||
- [internationalization](i18n_messages.md) | ||
- [Rust code guideline](rust_code_guideline.md) | ||
- [test](test.md) | ||
- [troubleshooting](troubleshooting.md) | ||
- [versioning](version.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# About this guide | ||
|
||
This document is a guide to developing the Erg project. | ||
It describes the internal structure of the erg compiler, how to make contributions, guidelines for development, and how to set up the development environment, etc. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Erg開発ガイド | ||
|
||
[![badge](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fgezf7g7pd5.execute-api.ap-northeast-1.amazonaws.com%2Fdefault%2Fsource_up_to_date%3Fowner%3Derg-lang%26repos%3Derg%26ref%3Dmain%26path%3Ddoc/EN/dev_guide/README.md%26commit_hash%3D64fec7d91494cbb22f89147863db2a8ee81954db)](https://gezf7g7pd5.execute-api.ap-northeast-1.amazonaws.com/default/source_up_to_date?owner=erg-lang&repos=erg&ref=main&path=doc/EN/dev_guide/README.md&commit_hash=64fec7d91494cbb22f89147863db2a8ee81954db) | ||
|
||
本ドキュメントはErgプロジェクトの開発に関するガイドです。 | ||
ergコンパイラの内部構造や、コントリビューションの方法、開発に関する指針、開発環境のセットアップ方法などを説明しています。 | ||
|
||
[こちら](https://erg-lang.org/dev-guide/JA)からHTML版を読むことができます。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# 概要 | ||
|
||
<!-- | ||
This file is generated automatically. If you want to edit this, edit `doc/sync_to_summary.py` | ||
This file is for generating The Erg Book. Do not add badges, etc. | ||
--> | ||
|
||
[このガイドについて](./about.md) | ||
|
||
--- | ||
|
||
- [ブランチ運用方針](branches.md) | ||
- [build features](build_features.md) | ||
- [ディレクトリ構造](directories.md) | ||
- [ドキュメントのガイドライン](doc_guideline.md) | ||
- [組み込み](embedding.md) | ||
- [開発環境](env.md) | ||
- [多言語化](i18n_messages.md) | ||
- [Rustコードガイドライン](rust_code_guideline.md) | ||
- [テスト](test.md) | ||
- [トラブルシューティング](troubleshooting.md) | ||
- [バージョニング](version.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# このガイドについて | ||
|
||
本ドキュメントはErgプロジェクトの開発に関するガイドです。 | ||
ergコンパイラの内部構造や、コントリビューションの方法、開発に関する指針、開発環境のセットアップ方法などを説明しています。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters